diff options
-rw-r--r-- | etc/nftables.conf | 2 | ||||
-rw-r--r-- | etc/services | 2 |
2 files changed, 4 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" diff --git a/etc/services b/etc/services index 9cfdc99a..249bab93 100644 --- a/etc/services +++ b/etc/services @@ -11512,6 +11512,8 @@ searx 49152/tcp qrcp 49153/tcp wireguard 49432/udp iperf3 53497/tcp +# qbittorrent-nox web ui port for remote access browser gui qbt-nox 57151/tcp +# qbittorrent/ options/ connection/ listening port qbt 57737/tcp qbt 57737/udp |