diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 21:28:02 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-13 21:28:02 -0700 |
commit | 9b4520639c05ab5b0be8d98c6ec6c4e77604dc4f (patch) | |
tree | d9ea9496c8f6cef2d32d884933bddfd890b0185e /etc/nftables.conf | |
parent | b91bf79883581a73af8690df476dd88e79a318f2 (diff) |
HDD monerod even with `monero-blockchain-import --dangerous-unverified-import 1` is still super slow on ka, I give up
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index d2d1402c..821ce0fb 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-p2p accept + #tcp dport monerod-p2p accept #tcp dport iperf3 accept pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited |