From d996b18dba4d663b31fe5057d04a20b47f77a741 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 20 Sep 2021 18:29:41 +0200 Subject: [PATCH] test deactivate --- home.admin/config.scripts/bonus.sphinxrelay.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.admin/config.scripts/bonus.sphinxrelay.sh b/home.admin/config.scripts/bonus.sphinxrelay.sh index f6466717..18fd4238 100755 --- a/home.admin/config.scripts/bonus.sphinxrelay.sh +++ b/home.admin/config.scripts/bonus.sphinxrelay.sh @@ -288,10 +288,10 @@ if [ "$1" = "status" ]; then publicURL="https://${dynDomain}:3301" # 5) just over Tor - elif [ "${runBehindTor}" == "on" ]; then - connection="tor" - publicURL="http://${toraddress}:80" - + #elif [ "${runBehindTor}" == "on" ]; then + # connection="tor" + # publicURL="http://${toraddress}:80" + # # 6) LOCAL NETWORK (just HTTP) else connection="localnetwork"