mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-23 14:53:18 +00:00
blockcheck: change DPI desync mark to avoid interference with zapret table
This commit is contained in:
parent
a23eae7e79
commit
2245377671
@ -19,7 +19,7 @@ ZAPRET_BASE="$EXEDIR"
|
|||||||
[ -n "$DVTWS" ] || DVTWS="$ZAPRET_BASE/nfq/dvtws"
|
[ -n "$DVTWS" ] || DVTWS="$ZAPRET_BASE/nfq/dvtws"
|
||||||
[ -n "$TPWS" ] || TPWS="$ZAPRET_BASE/tpws/tpws"
|
[ -n "$TPWS" ] || TPWS="$ZAPRET_BASE/tpws/tpws"
|
||||||
[ -n "$MDIG" ] || MDIG="$ZAPRET_BASE/mdig/mdig"
|
[ -n "$MDIG" ] || MDIG="$ZAPRET_BASE/mdig/mdig"
|
||||||
[ -n "$DESYNC_MARK" ] || DESYNC_MARK=0x40000000
|
DESYNC_MARK=0x20000000
|
||||||
[ -n "$IPFW_RULE_NUM" ] || IPFW_RULE_NUM=1
|
[ -n "$IPFW_RULE_NUM" ] || IPFW_RULE_NUM=1
|
||||||
[ -n "$IPFW_DIVERT_PORT" ] || IPFW_DIVERT_PORT=59780
|
[ -n "$IPFW_DIVERT_PORT" ] || IPFW_DIVERT_PORT=59780
|
||||||
[ -n "$DOMAINS" ] || DOMAINS=rutracker.org
|
[ -n "$DOMAINS" ] || DOMAINS=rutracker.org
|
||||||
|
Loading…
Reference in New Issue
Block a user