mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-01 02:34:39 +01:00
Make sure Bitcoin node connects to other nodes in clearnet if allowed
This commit is contained in:
@@ -19,7 +19,7 @@ listen=1
|
||||
|
||||
<% if ( features.indexOf('tor') !== -1 && torifyables && torifyables.indexOf('tor_bitcoin') !== -1 ) { %>
|
||||
#tor
|
||||
proxy=tor:9050
|
||||
onion=tor:9050
|
||||
<% if ( !clearnet || clearnet.indexOf('clearnet_bitcoin') === -1 ) { %>
|
||||
onlynet=onion
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user