diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-01 22:17:01 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-01 22:17:01 -0700 |
commit | b7509977c0895d38c1f8ad2c58176611190b83a2 (patch) | |
tree | 6607ef015364a2cbc9470cae07e5ce97f0c7bd80 /etc/nftables.conf | |
parent | 36f2a09417d4f6f9c81e1580f377c30e149ffe1f (diff) |
change qbt port name
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 85d6a22b..c26ae020 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -21,6 +21,7 @@ table inet my_table { meta l4proto ipv6-icmp accept #tcp dport ssh accept + #tcp dport qbt-nox accept #tcp dport searx accept tcp dport qrcp accept udp dport mdns accept @@ -28,6 +29,7 @@ table inet my_table { udp dport qbt accept tcp dport monerod-p2p accept #tcp dport iperf3 accept + #udp dport wireguard accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |