Renable tor configuration by default (#4179)

This commit is contained in:
Chris Stewart 2022-03-10 16:22:42 -06:00 committed by GitHub
parent 90ff59c6fe
commit 73fe4099f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@ bitcoin-s {
}
proxy {
# Configure SOCKS5 proxy to use Tor for outgoing connections
enabled = false
enabled = true
socks5 = "127.0.0.1:9050"
}
tor {
# Enable Tor for incoming DLC connections
enabled = false
enabled = true
control = "127.0.0.1:9051"
}
}