Enable Bitcoin to listen on IPv6 localhost

This commit is contained in:
Taylor Helsper 2024-02-06 21:25:21 -06:00
parent 2b1f57c725
commit 30244522ee

View File

@ -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