From 5309aca0ec13f2e4c81560565b197f1ae9e8ceac Mon Sep 17 00:00:00 2001 From: Mayank Date: Fri, 3 Jul 2020 12:16:48 +0530 Subject: [PATCH] Requested changes --- lnd/lnd.conf | 4 ++-- tor/torrc | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lnd/lnd.conf b/lnd/lnd.conf index 2d5350a..485288e 100644 --- a/lnd/lnd.conf +++ b/lnd/lnd.conf @@ -16,8 +16,8 @@ accept-keysend=true [Routing] routing.assumechanvalid=1 ; Extra TLS -; tlsextradomain=lnd -; tlsextraip=10.11.1.2 +tlsextradomain=lnd +tlsextraip=10.11.1.2 ; Unsure if this is a 0.10.0 command (make mental note to test this) tlsautorefresh=1 ; Add external address for TLS diff --git a/tor/torrc b/tor/torrc index 44a740e..3c12312 100644 --- a/tor/torrc +++ b/tor/torrc @@ -1,3 +1,6 @@ # Bind only to "10.11.5.1" which is the tor IP within the container SocksPort 10.11.5.1:29050 ControlPort 10.11.5.1:29051 + +# Tor Passwords +HashedControlPassword 16:50A873DF18C00F4A6048BF1CEF7E7AA66478F0B5134DA4369D80657F26 \ No newline at end of file