diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 08:54:03 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 08:54:03 +0000 |
commit | f360121794404b7eb03e3a1b69168e319f4916ee (patch) | |
tree | 5ff2503b09d1661a4fe18ceec0caba650c410190 /etc/nftables.conf | |
parent | 9f8c93c11b87546ffd03b8b7a28295e9c7005e01 (diff) |
remove unneeded configs
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 81de9a2d..f0759c65 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -25,12 +25,8 @@ table inet my_table { meta l4proto ipv6-icmp accept tcp dport ssh accept - #tcp dport qbt-nox accept - #tcp dport qbt accept - #udp dport qbt accept #tcp dport iperf3 accept udp dport wireguard accept - udp dport swgp accept tcp dport http accept tcp dport https accept # http3 quic |