From 33a713292008b792547f23a98ddec28531685226 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 1 Sep 2025 21:25:30 +0300 Subject: [PATCH] 50-dht4all move from @th to @ih --- init.d/custom.d.examples.linux/50-dht4all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/custom.d.examples.linux/50-dht4all b/init.d/custom.d.examples.linux/50-dht4all index a2f44b37..1cc75585 100644 --- a/init.d/custom.d.examples.linux/50-dht4all +++ b/init.d/custom.d.examples.linux/50-dht4all @@ -32,6 +32,6 @@ zapret_custom_firewall_nft() local f local first_packet_only="$nft_connbytes 1" - f="meta length 109-407 meta l4proto udp @th,64,16 0x6431" + f="meta length 109-407 meta l4proto udp @ih,0,16 0x6431" nft_fw_nfqws_post "$f $first_packet_only" "$f $first_packet_only" $QNUM_DHT4ALL }