diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-26 07:21:57 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-26 07:21:57 +0000 |
commit | 933d31e59a6f2781ecfbb9675df8d530f52962a9 (patch) | |
tree | ec7d31d81828e3cb4b5d95e922bf512264bb481b /etc | |
parent | 8550d4685cd750456b1dc1160c590adf3c3ca8db (diff) |
fix: wireguard port no need listen
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index f5d7b49e..5adbf28a 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -28,7 +28,7 @@ table inet my_table { #tcp dport qbt accept #udp dport qbt accept #tcp dport iperf3 accept - udp dport wireguard accept + #udp dport wireguard accept udp dport swgp accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited |