diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 18:43:08 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 18:43:08 +0800 |
commit | 64942594e04907f8c64accff55c99fa87c011aaa (patch) | |
tree | c33a75bba906e785c0f7ed87c0c5c932adc257cf | |
parent | 772a3c4fda62cd7224d405c83410d3f51f2264fb (diff) |
pp enable mdnspp
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index ff49a1eb..b3b58a2c 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -22,7 +22,7 @@ table inet my_table { tcp dport ssh accept tcp dport qrcp accept - #udp dport mdns accept + udp dport mdns accept #tcp dport iperf3 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited |