From d3ab58fc1caf41aaa729d2a6026795b4bc98ff82 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Sun, 8 Mar 2020 23:51:36 -0500 Subject: [PATCH] Hide Tor URLS on Tor page by default --- .../var/www/mynode/templates/tor.html | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/rootfs/standard/var/www/mynode/templates/tor.html b/rootfs/standard/var/www/mynode/templates/tor.html index 5468339e..b6874c45 100644 --- a/rootfs/standard/var/www/mynode/templates/tor.html +++ b/rootfs/standard/var/www/mynode/templates/tor.html @@ -3,6 +3,20 @@ {{ title }} {% include 'includes/head.html' %} + + @@ -29,6 +43,11 @@
Tor Onion Addresses
+
+ Sharing these Onion URLs will allow others to access your device. Keep them private unless there is someone you specifically want to share access with. +

+ +
@@ -40,7 +59,10 @@ {% for service in services %} - +
Service
{{ service.service }}{{ service.url }} + {{ service.url }} + ..................................... + {{ service.port }} {% if service.guide|length %}