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:35:12 -0700 |
commit | 5fe1c18300d88018a8449035e466ce8dfa7b801a (patch) | |
tree | 3b931a1ab53f7b641193f71165eb4b76ed9b7f65 /etc | |
parent | 867611fd551bef5ef5c0bd59d7169ee108f1f380 (diff) |
nft, iperf3 port, commented out, maybe useful for future
Diffstat (limited to 'etc')
-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 1588d597..082d74b8 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" |