diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-07 18:45:05 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-07 18:45:05 -0700 |
commit | 9e91227267335c0e30370d0f1b8c32932f5ee0cb (patch) | |
tree | cdefbaabf0142e9b4dd4adf303ec427f2c6af107 | |
parent | 4c9a8c7163dfdd067f4162315d31048998e9c1ab (diff) |
try close qbt-nox port and only access qbt-nox via wireguard
-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 bea47d51..85f4242f 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -24,7 +24,7 @@ table inet my_table { meta l4proto ipv6-icmp accept tcp dport ssh accept - tcp dport qbt-nox accept + #tcp dport qbt-nox accept tcp dport qbt accept udp dport qbt accept #tcp dport iperf3 accept |