From ee0c3ed6942d6f6f794870919ed401eaee14d9d2 Mon Sep 17 00:00:00 2001 From: wow nero Date: Wed, 4 May 2022 09:49:03 +0000 Subject: [PATCH] adjust binds and use rpc-restricted-bind flags --- wownerod.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wownerod.conf b/wownerod.conf index b5cef5512..9e4fda7d3 100644 --- a/wownerod.conf +++ b/wownerod.conf @@ -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