mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-04-17 08:30:42 +03:00
config: Fix process empty value for NFQWS_PORTS_xxx_KEEPALIVE
This commit is contained in:
@@ -90,8 +90,8 @@ NFQWS_UDP_PKT_IN="0"
|
||||
# normally it's needed only for stateless DPI that matches every packet in a single TCP session
|
||||
# typical example are plain HTTP keep alives
|
||||
# this mode can be very CPU consuming. enable with care !
|
||||
NFQWS_PORTS_TCP_KEEPALIVE=0
|
||||
NFQWS_PORTS_UDP_KEEPALIVE=0
|
||||
NFQWS_PORTS_TCP_KEEPALIVE=""
|
||||
NFQWS_PORTS_UDP_KEEPALIVE=""
|
||||
|
||||
# use <HOSTLIST> and <HOSTLIST_NOAUTO> placeholders to engage standard hostlists and autohostlist in ipset dir
|
||||
# hostlist markers are replaced to empty string if MODE_FILTER does not satisfy
|
||||
|
||||
Reference in New Issue
Block a user