From 5f584bcf5893e4efb7a7fba8d8d7e7e6f57b879a Mon Sep 17 00:00:00 2001 From: remittor Date: Tue, 19 Nov 2024 21:09:36 +0300 Subject: [PATCH] config: Renew default config (v69) Source: https://github.com/bol-van/zapret-win-bundle/blob/master/zapret-winws/preset_russia.cmd --- zapret/config.default | 2 +- zapret/def-cfg.sh | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/zapret/config.default b/zapret/config.default index b6e263e..8abd3ab 100644 --- a/zapret/config.default +++ b/zapret/config.default @@ -93,7 +93,7 @@ NFQWS_PORTS_UDP_KEEPALIVE=0 # use and placeholders to engage standard hostlists and autohostlist in ipset dir # hostlist markers are replaced to empty string if MODE_FILTER does not satisfy # appends ipset/zapret-hosts-auto.txt as normal list -NFQWS_OPT="--filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new --filter-tcp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-google.txt --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=/opt/zapret/files/fake/tls_clienthello_www_google_com.bin --new --filter-udp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-google.txt --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=/opt/zapret/files/fake/quic_initial_www_google_com.bin --new --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 --new --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-repeats=6 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig" +NFQWS_OPT="--filter-tcp=80 --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new --filter-tcp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-google.txt --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=/opt/zapret/files/fake/tls_clienthello_www_google_com.bin --new --filter-udp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-google.txt --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=/opt/zapret/files/fake/quic_initial_www_google_com.bin --new --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 --new --filter-tcp=443 --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=badseq,md5sig" # FlowOffload mode : donttouch,none,software,hardware diff --git a/zapret/def-cfg.sh b/zapret/def-cfg.sh index 06c7c89..873d5a5 100755 --- a/zapret/def-cfg.sh +++ b/zapret/def-cfg.sh @@ -34,12 +34,13 @@ function set_cfg_default_values set $cfgname.config.NFQWS_PORTS_UDP_KEEPALIVE='0' set $cfgname.config.NFQWS_OPT=" --filter-tcp=80 - --dpi-desync=fake,split2 + --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new --filter-tcp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-google.txt - --dpi-desync=fake,split2 + --dpi-desync=fake,multidisorder + --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=/opt/zapret/files/fake/tls_clienthello_www_google_com.bin @@ -53,11 +54,11 @@ function set_cfg_default_values --dpi-desync=fake --dpi-desync-repeats=11 --new - --filter-tcp=80,443 - --dpi-desync=fake,disorder2 + --filter-tcp=443 + --dpi-desync=fake,multidisorder + --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 - --dpi-desync-autottl=2 - --dpi-desync-fooling=md5sig + --dpi-desync-fooling=badseq,md5sig " # save changes commit $cfgname