stun4all, wg4all improve

This commit is contained in:
bol-van
2025-08-11 20:23:38 +03:00
parent 56456c1e0c
commit 135b152497
2 changed files with 31 additions and 1 deletions

View File

@@ -25,6 +25,6 @@ zapret_custom_firewall_nft()
{
# stop logic is not required
local f="udp length 156 @th,64,32 0x01000000"
local f="udp length 156 @ih,0,32 0x01000000"
nft_fw_nfqws_post "$f" "$f" $QNUM_WG4ALL
}