From e5fd657a8a0aa25a211c631da8e60f592560e918 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 29 Jan 2026 09:42:02 +0300 Subject: [PATCH] zapret-obfs: change comments --- lua/zapret-obfs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/zapret-obfs.lua b/lua/zapret-obfs.lua index 1bb9e79..424aadc 100644 --- a/lua/zapret-obfs.lua +++ b/lua/zapret-obfs.lua @@ -157,11 +157,11 @@ end -- test case: -- endpoint1: --- nfqws2 --lua-init=@/opt/zapret2/lua/zapret-obfs.lua --in-range=a --lua-desync=udp2icmp +-- --in-range=a --lua-desync=udp2icmp -- nft add rule inet ztest2 post meta mark and 0x40000000 == 0 udp dport 12345 queue num 200 bypass -- nft add rule inet ztest2 pre meta mark and 0x40000000 == 0 meta l4proto "{icmp,icmpv6}" queue num 200 bypass -- endpoint2: --- nfqws2 --lua-init=@/opt/zapret2/lua/zapret-obfs.lua --in-range=a --lua-desync=udp2icmp --server +-- --in-range=a --lua-desync=udp2icmp --server -- nft add rule inet ztest2 post meta mark and 0x40000000 == 0 udp sport 12345 queue num 200 bypass -- nft add rule inet ztest2 pre meta mark and 0x40000000 == 0 meta l4proto "{icmp,icmpv6}" queue num 200 bypass -- packs udp datagram to icmp message without changing packet size