diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-15 10:54:59 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-15 10:54:59 +0000 |
commit | 6971de1b1c0c78210109ec3b818a7b8159c6971f (patch) | |
tree | c6d94d498bbe7398fb3ed0917a124250db52b6bc /etc/nftables.conf | |
parent | adb6699831050e2fbd98e31fc4c1275f7960d5e7 (diff) |
update
Diffstat (limited to 'etc/nftables.conf')
-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" |