Enable Bitcoin to listen on IPv6 localhost

This commit is contained in:
Taylor Helsper 2024-02-06 21:50:41 -06:00
parent 30244522ee
commit 3df9f4f87a

View File

@ -19,7 +19,7 @@ rpcauth=mynode:7b7e11c032ddd3fc3835e4e463afd305$6c6a32bbd08cb1b67b5ea89b66865c5c
rpcport=8332
rpcbind=0.0.0.0
rpcbind=[::]
rpcbind=[::1]
rpcallowip=127.0.0.1
rpcallowip=[::1]
rpcallowip=10.0.0.0/8