mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 14:00:52 +03:00
readme_eng: beautify
This commit is contained in:
parent
05a8cee1d1
commit
c0fb92c1bf
@ -763,8 +763,10 @@ TMPDIR=/opt/zapret/tmp
|
|||||||
|
|
||||||
ipset and nfset options :
|
ipset and nfset options :
|
||||||
|
|
||||||
`SET_MAXELEM=262144`
|
```
|
||||||
`IPSET_OPT="hashsize 262144 maxelem 2097152`
|
SET_MAXELEM=262144
|
||||||
|
IPSET_OPT="hashsize 262144 maxelem 2097152
|
||||||
|
```
|
||||||
|
|
||||||
Kernel automatically increases hashsize if ipset is too large for the current hashsize.
|
Kernel automatically increases hashsize if ipset is too large for the current hashsize.
|
||||||
This procedure requires internal reallocation and may require additional memory.
|
This procedure requires internal reallocation and may require additional memory.
|
||||||
@ -785,9 +787,10 @@ Enable gzip compression for large lists. Used by ipset/*.sh scripts.
|
|||||||
Command to reload ip/host lists after update.
|
Command to reload ip/host lists after update.
|
||||||
Comment or leave empty for auto backend selection : ipset or ipfw if present.
|
Comment or leave empty for auto backend selection : ipset or ipfw if present.
|
||||||
On BSD systems with PF no auto reloading happens. You must provide your own command.
|
On BSD systems with PF no auto reloading happens. You must provide your own command.
|
||||||
Newer FreeBSD versions support table only reloading : pfctl -Tl -f /etc/pf.conf
|
Newer FreeBSD versions support table only reloading : `pfctl -Tl -f /etc/pf.conf`
|
||||||
Set to "-" to disable reload.
|
Set to "-" to disable reload.
|
||||||
LISTS_RELOAD="pfctl -f /etc/pf.conf"
|
|
||||||
|
`LISTS_RELOAD="pfctl -f /etc/pf.conf"`
|
||||||
|
|
||||||
In openwrt there's default network 'lan'. Only traffic coming from this network is redirected to tpws by default.
|
In openwrt there's default network 'lan'. Only traffic coming from this network is redirected to tpws by default.
|
||||||
To override this behaviour set the following variable :
|
To override this behaviour set the following variable :
|
||||||
|
Loading…
Reference in New Issue
Block a user