Update IPv4/Off files to better bind bitcoind

This commit is contained in:
Taylor Helsper 2022-12-21 14:21:43 -06:00
parent 67bbffa682
commit 02d4c13940
2 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,6 @@
server=1
daemon=1
# Bind to localhost and docker
bind=127.0.0.1
bind=172.17.0.1
# Needed for BTC-RPC-Explorer
txindex=1

View File

@ -1,3 +1,7 @@
# Bind to localhost and docker only if IPv4 is disabled
bind=127.0.0.1
bind=172.17.0.1
# IPv4 Disabled
dnsseed=0
dns=0