diff --git a/rootfs/standard/usr/share/mynode/bitcoin.conf b/rootfs/standard/usr/share/mynode/bitcoin.conf index 6c6c736d..8b056d25 100644 --- a/rootfs/standard/usr/share/mynode/bitcoin.conf +++ b/rootfs/standard/usr/share/mynode/bitcoin.conf @@ -19,7 +19,9 @@ rpcauth=mynode:7b7e11c032ddd3fc3835e4e463afd305$6c6a32bbd08cb1b67b5ea89b66865c5c rpcport=8332 rpcbind=0.0.0.0 +rpcbind=[::] rpcallowip=127.0.0.1 +rpcallowip=[::1] rpcallowip=10.0.0.0/8 rpcallowip=172.16.0.0/12 rpcallowip=192.168.0.0/16 @@ -37,6 +39,7 @@ deprecatedrpc=create_bdb # Whitelist local connections (and docker) whitelist=127.0.0.1 whitelist=172.16.0.0/12 +whitelist=[::1] # Dont limit data to electrum server or local network whitelist=download@10.0.0.0/8