50-dht4all move from @th to @ih

This commit is contained in:
bol-van
2025-09-01 21:25:30 +03:00
parent d9b23f14a2
commit 33a7132920

View File

@@ -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
}