set max monerod connections per ip

This commit is contained in:
woodser 2025-04-04 09:00:08 -04:00 committed by woodser
parent 4ed5c3758d
commit 5764a1959f
2 changed files with 5 additions and 1 deletions

View file

@ -36,6 +36,7 @@ services:
"--no-zmq",
"--add-exclusive-node=127.0.0.1:28080",
"--max-connections-per-ip=10",
"--rpc-max-connections-per-private-ip=100",
"--rpc-access-control-origins=http://localhost:8080",
"--fixed-difficulty=150",
"--non-interactive",
@ -57,6 +58,7 @@ services:
"--confirm-external-bind",
"--add-exclusive-node=127.0.0.1:48080",
"--max-connections-per-ip=10",
"--rpc-max-connections-per-private-ip=100",
"--rpc-access-control-origins=http://localhost:8080",
"--fixed-difficulty=150",
"--non-interactive",