diff options
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index b3b58a2c..e70f2073 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -23,7 +23,8 @@ table inet my_table { tcp dport ssh accept tcp dport qrcp accept udp dport mdns accept - #tcp dport iperf3 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" |