test deactivate

This commit is contained in:
rootzoll 2021-09-20 18:29:41 +02:00
parent 360aed1b44
commit d996b18dba

View File

@ -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"