diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-02 23:22:15 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-02 23:22:15 -0700 |
commit | 8b0ab7cee330f6bd39fca8dea8f24423ac7909e0 (patch) | |
tree | d5a56c80b111ffda97278a1c9bb5137d185a0cde /etc | |
parent | fe8e2ed83ee4967dfeb651466e40b343271ec116 (diff) |
debloat
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 4 | ||||
-rw-r--r-- | etc/services | 11 |
2 files changed, 0 insertions, 15 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 55abc03c..b3b58a2c 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -21,12 +21,8 @@ table inet my_table { meta l4proto ipv6-icmp accept tcp dport ssh accept - #tcp dport searx accept tcp dport qrcp accept udp dport mdns accept - #tcp dport qbt accept - #udp dport qbt accept - #tcp dport monerod-p2p accept #tcp dport iperf3 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited diff --git a/etc/services b/etc/services index 249bab93..673df944 100644 --- a/etc/services +++ b/etc/services @@ -11504,16 +11504,5 @@ nusrp 49001/tcp nusdp-disc 49001/udp inspider 49150/tcp # my services -# stable-diffusion-webui and text-generation-webui -ai-webui 7860/tcp -jackett 9117/tcp -monerod-p2p 18080/tcp -searx 49152/tcp qrcp 49153/tcp -wireguard 49432/udp iperf3 53497/tcp -# qbittorrent-nox web ui port for remote access browser gui -qbt-nox 57151/tcp -# qbittorrent/ options/ connection/ listening port -qbt 57737/tcp -qbt 57737/udp |