From e606753a1cb391b8fd0da9a8130b9a73c57fe34c Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 28 May 2022 16:26:35 -0700 Subject: nftable accept monerod mullvad forward port --- etc/nftables.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/nftables.conf b/etc/nftables.conf index c0d0601d..f1278a96 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -25,8 +25,9 @@ table inet my_table { #tcp dport searx accept tcp dport qrcp accept udp dport mdns accept - tcp dport mullvad-forward accept - udp dport mullvad-forward accept + tcp dport qbt-mullvad accept + udp dport qbt-mullvad accept + tcp dport monerod-mullvad accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" -- cgit v1.2.3-70-g09d2