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