diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-01 18:29:44 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-01 18:29:44 -0700 |
commit | 0633c8864ce421421601974c9bbd8ba95f6ca033 (patch) | |
tree | 3ead17a22d9fb06f5f995cb539dbb03632ae7738 /etc/nftables.conf | |
parent | 00131b71672b1988a9a5b8636307142cb3ba7ccb (diff) |
nft, iperf3 port, commented out, maybe useful for future
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index f1278a96..2a31bf7d 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -28,6 +28,7 @@ table inet my_table { tcp dport qbt-mullvad accept udp dport qbt-mullvad accept tcp dport monerod-mullvad accept + #tcp dport iperf3 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |