mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
blockcheck2: --wf-tcp-empty=1 required for some methods
This commit is contained in:
@@ -951,7 +951,8 @@ pktws_start()
|
|||||||
;;
|
;;
|
||||||
CYGWIN)
|
CYGWIN)
|
||||||
# allow multiple PKTWS instances with the same wf filter but different ipset
|
# allow multiple PKTWS instances with the same wf filter but different ipset
|
||||||
"$WINWS2" --wf-dup-check=0 $WF --ipset="$IPSET_FILE" --lua-init=@"$ZAPRET_BASE/lua/zapret-lib.lua" --lua-init=@"$ZAPRET_BASE/lua/zapret-antidpi.lua" "$@" >/dev/null &
|
# some methods require empty acks
|
||||||
|
"$WINWS2" --wf-dup-check=0 --wf-tcp-empty=1 $WF --ipset="$IPSET_FILE" --lua-init=@"$ZAPRET_BASE/lua/zapret-lib.lua" --lua-init=@"$ZAPRET_BASE/lua/zapret-antidpi.lua" "$@" >/dev/null &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
PID=$!
|
PID=$!
|
||||||
|
|||||||
Reference in New Issue
Block a user