mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-03-26 15:57:38 +03:00
def-cfg: Add new strategy v1_by_Schiz23
This commit is contained in:
@@ -103,6 +103,33 @@ function set_cfg_nfqws_strat
|
||||
commit $cfgname
|
||||
EOF
|
||||
fi
|
||||
if [ "$strat" = "v1_by_Schiz23" ]; then
|
||||
uci batch <<-EOF
|
||||
set $cfgname.config.NFQWS2_PORTS_TCP='80,443'
|
||||
set $cfgname.config.NFQWS2_PORTS_UDP='443'
|
||||
set $cfgname.config.NFQWS2_OPT="
|
||||
# Strategy $strat
|
||||
|
||||
--filter-tcp=80
|
||||
--filter-l7=http <HOSTLIST>
|
||||
--payload=http_req
|
||||
--lua-desync=fake:blob=fake_default_http:tcp_md5
|
||||
--lua-desync=multisplit:pos=method+2
|
||||
|
||||
--new
|
||||
--filter-tcp=443
|
||||
--filter-l7=tls <HOSTLIST>
|
||||
--lua-desync=fake:blob=fake_default_tls:ip_ttl=1:ip6_ttl=1:tls_mod=rnd,rndsni,padencap
|
||||
--lua-desync=multidisorder:payload=tls_client_hello:pos=3
|
||||
|
||||
--new
|
||||
--filter-udp=443
|
||||
--filter-l7=quic <HOSTLIST_NOAUTO>
|
||||
--lua-desync=fake:blob=fake_default_quic:repeats=11:payload=all:out_range=-d10
|
||||
"
|
||||
commit $cfgname
|
||||
EOF
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user