adjust binds and use rpc-restricted-bind flags
This commit is contained in:
parent
053c7bccb5
commit
ee0c3ed694
|
@ -3,13 +3,15 @@ check-updates=disabled
|
|||
log-level=0
|
||||
no-igd=1
|
||||
no-zmq=1
|
||||
restricted-rpc=1
|
||||
p2p-bind-ip=0.0.0.0
|
||||
p2p-bind-port=34567
|
||||
public-node=1
|
||||
confirm-external-bind=1
|
||||
rpc-bind-ip=0.0.0.0
|
||||
#public-node=1
|
||||
#confirm-external-bind=1
|
||||
#restricted-rpc=1
|
||||
rpc-bind-ip=127.0.0.1
|
||||
rpc-bind-port=34568
|
||||
rpc-restricted-bind-ip=0.0.0.0
|
||||
rpc-restricted-bind-port=34569
|
||||
rpc-ssl=autodetect
|
||||
disable-rpc-ban=1
|
||||
db-sync-mode=safe
|
||||
|
|
Loading…
Reference in New Issue