mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Renable tor configuration by default (#4179)
This commit is contained in:
parent
90ff59c6fe
commit
73fe4099f9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue