Tor improvements for bitcoin cookbook

This commit is contained in:
2022-04-19 14:08:02 +02:00
parent a633834a1b
commit 71f9b06d28
2 changed files with 10 additions and 4 deletions

View File

@@ -25,3 +25,11 @@ bitcoind.rpcuser=<%= @bitcoin_rpc_user %>
bitcoind.rpcpass=<%= @bitcoin_rpc_password %>
bitcoind.zmqpubrawblock=<%= @bitcoin_zmqpubrawblock %>
bitcoind.zmqpubrawtx=<%= @bitcoin_zmqpubrawtx %>
<% if @tor_enabled %>
[tor]
tor.active=true
tor.v3=true
tor.streamisolation=false
tor.skip-proxy-for-clearnet-targets=true
<% end %>