Support Tor connections for LND

Adds basics for general Tor support in bitcoin recipes, and specific
support for Tor to the lnd recipe.
This commit is contained in:
2021-07-01 15:34:06 +02:00
parent 9f0b5f0e64
commit b7af04e8be
5 changed files with 25 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ depends 'kosmos-nginx'
depends 'kosmos-nodejs'
depends 'firewall'
depends 'application_javascript'
depends 'tor-full'