diff options
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 2a31bf7d..1beb18c2 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -25,9 +25,9 @@ table inet my_table { #tcp dport searx accept tcp dport qrcp accept udp dport mdns accept - tcp dport qbt-mullvad accept - udp dport qbt-mullvad accept - tcp dport monerod-mullvad accept + tcp dport qbt accept + udp dport qbt accept + tcp dport monerod-p2p accept #tcp dport iperf3 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited |