mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05: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 :
|
||||
|
||||
`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.
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
To override this behaviour set the following variable :
|
||||
|
Loading…
Reference in New Issue
Block a user