From 826718851aa23ac48b80361063137e050f9042dd Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Tue, 7 Jul 2020 20:34:05 +0530 Subject: [PATCH] Add hidden service for dashboard (#18) https://github.com/getumbrel/umbrel/pull/18 --- tor/torrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tor/torrc b/tor/torrc index 3c12312..82d4368 100644 --- a/tor/torrc +++ b/tor/torrc @@ -2,5 +2,9 @@ SocksPort 10.11.5.1:29050 ControlPort 10.11.5.1:29051 +# Dashboard Hidden Service +HiddenServiceDir /var/lib/tor/web +HiddenServicePort 80 10.11.0.2:80 + # Tor Passwords HashedControlPassword 16:50A873DF18C00F4A6048BF1CEF7E7AA66478F0B5134DA4369D80657F26 \ No newline at end of file