diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 08:51:15 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-29 08:51:15 +0000 |
commit | cb3716d24911f55cd59f93c2a6f22d87041c6c17 (patch) | |
tree | 8f6c939ac2469d5ae35bc6cd8ac9d99a2f9b78e1 /etc | |
parent | 754fdb165528f335648413d66c4bd834511f96f9 (diff) |
remove more swgp related configsib
Diffstat (limited to 'etc')
-rw-r--r-- | etc/netns/ns0/nftables.conf | 1 | ||||
-rw-r--r-- | etc/services | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/netns/ns0/nftables.conf b/etc/netns/ns0/nftables.conf index 2a3cf750..d0643505 100644 --- a/etc/netns/ns0/nftables.conf +++ b/etc/netns/ns0/nftables.conf @@ -33,7 +33,6 @@ table inet my_table { udp dport qbt accept #tcp dport iperf3 accept udp dport wireguard accept - #udp dport swgp accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" diff --git a/etc/services b/etc/services index 5dcce50a..6c6dd6ab 100644 --- a/etc/services +++ b/etc/services @@ -11524,7 +11524,6 @@ inspider 49150/tcp # https://www.reddit.com/r/verizon/comments/to1q43/verizon_5g_home_internet_blocking_ssh_service_port/ wireguard 49432/udp iperf3 53497/tcp -swgp 54635/udp # qbittorrent-nox web ui port for remote access browser gui qbt-nox 57151/tcp # qbittorrent/ options/ connection/ listening port |