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 | |
parent | 9f8c93c11b87546ffd03b8b7a28295e9c7005e01 (diff) |
remove unneeded configs
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 4 | ||||
-rw-r--r-- | etc/services | 2 |
2 files changed, 0 insertions, 6 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 diff --git a/etc/services b/etc/services index 2fd08222..b7df17b6 100644 --- a/etc/services +++ b/etc/services @@ -11520,7 +11520,5 @@ nusrp 49001/tcp nusdp-disc 49001/udp inspider 49150/tcp # my services -monerod-p2p 18080/tcp wireguard 49432/udp iperf3 53497/tcp -swgp 54635/udp |