diff options
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index e2e83f5c..dc8c4dce 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -33,6 +33,8 @@ table inet my_table { udp dport qbt accept #tcp dport iperf3 accept udp dport wireguard accept + tcp dport http accept + tcp dport https accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |