diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-25 19:23:23 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-25 19:23:23 +0000 |
commit | 2e525ab5f291bc80ff0c0b1d5aa117f78609671a (patch) | |
tree | fb4c7891516ffa851bdfb91a34220384fd72dce3 /etc/nftables.conf | |
parent | a580d6010502acd1b03a0290d5cc1db6907596f4 (diff) |
nft remove comment no need
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index aee344c6..ec199ffb 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -31,7 +31,6 @@ table inet my_table { udp dport wireguard accept udp dport swgp accept tcp dport monerod-p2p accept - # phantun tcp dport phantun accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited |