mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Enable Bitcoin to listen on IPv6 localhost
This commit is contained in:
parent
2b1f57c725
commit
30244522ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user