Make sure Bitcoin node connects to other nodes in clearnet if allowed

This commit is contained in:
kexkey
2020-03-10 12:32:46 -04:00
parent 09099e1c6a
commit 7b2004f3d8

View File

@@ -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
<% } %>