mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-20 15:30:36 -04:00
increase max connections per ip
This commit is contained in:
parent
4d765fa5d9
commit
b9381f7f9f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -70,6 +70,7 @@ monerod1-local:
|
||||||
--log-level 0 \
|
--log-level 0 \
|
||||||
--add-exclusive-node 127.0.0.1:48080 \
|
--add-exclusive-node 127.0.0.1:48080 \
|
||||||
--add-exclusive-node 127.0.0.1:58080 \
|
--add-exclusive-node 127.0.0.1:58080 \
|
||||||
|
--max-connections-per-ip 10 \
|
||||||
--rpc-access-control-origins http://localhost:8080 \
|
--rpc-access-control-origins http://localhost:8080 \
|
||||||
--fixed-difficulty 500 \
|
--fixed-difficulty 500 \
|
||||||
--disable-rpc-ban \
|
--disable-rpc-ban \
|
||||||
|
@ -88,6 +89,7 @@ monerod2-local:
|
||||||
--confirm-external-bind \
|
--confirm-external-bind \
|
||||||
--add-exclusive-node 127.0.0.1:28080 \
|
--add-exclusive-node 127.0.0.1:28080 \
|
||||||
--add-exclusive-node 127.0.0.1:58080 \
|
--add-exclusive-node 127.0.0.1:58080 \
|
||||||
|
--max-connections-per-ip 10 \
|
||||||
--rpc-access-control-origins http://localhost:8080 \
|
--rpc-access-control-origins http://localhost:8080 \
|
||||||
--fixed-difficulty 500 \
|
--fixed-difficulty 500 \
|
||||||
--disable-rpc-ban \
|
--disable-rpc-ban \
|
||||||
|
@ -106,6 +108,7 @@ monerod3-local:
|
||||||
--confirm-external-bind \
|
--confirm-external-bind \
|
||||||
--add-exclusive-node 127.0.0.1:28080 \
|
--add-exclusive-node 127.0.0.1:28080 \
|
||||||
--add-exclusive-node 127.0.0.1:48080 \
|
--add-exclusive-node 127.0.0.1:48080 \
|
||||||
|
--max-connections-per-ip 10 \
|
||||||
--rpc-access-control-origins http://localhost:8080 \
|
--rpc-access-control-origins http://localhost:8080 \
|
||||||
--fixed-difficulty 500 \
|
--fixed-difficulty 500 \
|
||||||
--disable-rpc-ban \
|
--disable-rpc-ban \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue