diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 08:48:28 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 08:48:28 +0000 |
commit | 754fdb165528f335648413d66c4bd834511f96f9 (patch) | |
tree | 419162159d4c79c06aa69bdbd743dcb92d32813c /etc/netns/ns0 | |
parent | 4fb621933387c21f6f09676850e6f0ce0dd7cd3f (diff) |
remove swgp because I now wg swgp mimic thru ba then forward to ib
Diffstat (limited to 'etc/netns/ns0')
-rw-r--r-- | etc/netns/ns0/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/netns/ns0/nftables.conf b/etc/netns/ns0/nftables.conf index 5d287bd9..2a3cf750 100644 --- a/etc/netns/ns0/nftables.conf +++ b/etc/netns/ns0/nftables.conf @@ -33,7 +33,7 @@ table inet my_table { udp dport qbt accept #tcp dport iperf3 accept udp dport wireguard accept - udp dport swgp accept + #udp dport swgp accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |