diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-13 16:38:54 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-13 16:38:54 +0000 |
commit | 031b0faf0fea6a4e9bdaa78e42f47e3d648e2a6e (patch) | |
tree | 234fae8673e87a2dca0281064afd9614e6befce2 | |
parent | ce3fc7a8e4d316200b102c3b201ec9f133f370d1 (diff) |
nft accept monerod-p2p port to forward to inspba
-rw-r--r-- | etc/nftables.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 2a70c006..d20d2605 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -30,6 +30,7 @@ table inet my_table { #tcp dport iperf3 accept udp dport wireguard accept udp dport swgp accept + tcp dport monerod-p2p accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited counter comment "count any other traffic" |