diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-12 18:43:48 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-12 18:43:48 -0700 |
commit | f3a201430984d62da54f31131268d7c94c40106a (patch) | |
tree | eccfcb2c6c93cee5e6f5e800f4fbf3666c74fc0c | |
parent | 027bd866f2f0b400adf6016b142da9767b537a3e (diff) |
change monero-p2p port to default, open that port
-rw-r--r-- | etc/nftables.conf | 2 | ||||
-rw-r--r-- | etc/services | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 923de9e6..d2d1402c 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -28,7 +28,7 @@ table inet my_table { #udp dport mdns accept tcp dport qbt-forward accept udp dport qbt-forward accept - #tcp dport monerod-mullvad 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 7fdf3df9..3ebd737f 100644 --- a/etc/services +++ b/etc/services @@ -11510,7 +11510,7 @@ jackett 9117/tcp searx 49152/tcp qrcp 49153/tcp iperf3 53497/tcp -monerod-mullvad 54898/tcp +monerod-p2p 18080/tcp qbt-nox 57151/tcp qbt-forward 57737/tcp qbt-forward 57737/udp |