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"