diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 23:50:40 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 23:50:40 -0800 |
commit | 14da73a24fde6a040fd20caaab158ed07002c21e (patch) | |
tree | 1a0fb8ad81d42becd095ebbb72fa59f7d8bc1fb7 /etc/nftables.conf | |
parent | 2e872221ade31dca6499191478d5426acc74c697 (diff) |
no need mdns any more
Diffstat (limited to 'etc/nftables.conf')
-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 b3b58a2c..ff49a1eb 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 |