WIP Use clearnet connections for clearnet LND nodes

This commit is contained in:
2022-03-10 11:53:40 -06:00
parent c25e3632af
commit f8a59b9720
3 changed files with 11 additions and 2 deletions

View File

@@ -25,3 +25,7 @@ bitcoind.rpcuser=<%= @bitcoin_rpc_user %>
bitcoind.rpcpass=<%= @bitcoin_rpc_password %>
bitcoind.zmqpubrawblock=<%= @bitcoin_zmqpubrawblock %>
bitcoind.zmqpubrawtx=<%= @bitcoin_zmqpubrawtx %>
[tor]
tor.streamisolation=<%= @lnd_tor['streamisolation'] %>
tor.skip-proxy-for-clearnet-targets=<%= @lnd_tor['skip-proxy-for-clearnet-targets'] %>