diff --git a/docs/changes.txt b/docs/changes.txt index 75541af..6007b16 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -44,4 +44,6 @@ v0.3 v0.4 * nfqws2: profile names +* nfqws2: profile templates +* nfqws2: remove stun_binding_req, replace to stun. no more message type details * blockcheck2: fix broken dns cache diff --git a/docs/readme.md b/docs/readme.md index 9930212..5e9b980 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -361,7 +361,7 @@ start "zapret: http,https,quic" /min "%~dp0winws2.exe" ^ --new ^ --filter-l7=wireguard,stun,discord ^ --out-range=-d10 ^ - --payload=wireguard_initiation,wireguard_cookie,stun_binding_req,discord_ip_discovery ^ + --payload=wireguard_initiation,wireguard_cookie,stun,discord_ip_discovery ^ --lua-desync=fake:blob=0x00000000000000000000000000000000:repeats=2 ``` diff --git a/init.d/custom.d.examples.linux/50-stun4all b/init.d/custom.d.examples.linux/50-stun4all index c40d491..c78fac1 100644 --- a/init.d/custom.d.examples.linux/50-stun4all +++ b/init.d/custom.d.examples.linux/50-stun4all @@ -2,7 +2,7 @@ # NOTE: @ih requires nft 1.0.1+ and updated kernel version. it's confirmed to work on 5.15 (openwrt 23) and not work on 5.10 (openwrt 22) # can override in config : -NFQWS_OPT_DESYNC_STUN="${NFQWS_OPT_DESYNC_STUN:---payload stun_binding_req --lua-desync=fake:blob=0x00000000000000000000000000000000:repeats=2}" +NFQWS_OPT_DESYNC_STUN="${NFQWS_OPT_DESYNC_STUN:---payload stun --lua-desync=fake:blob=0x00000000000000000000000000000000:repeats=2}" alloc_dnum DNUM_STUN4ALL alloc_qnum QNUM_STUN4ALL