mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-16 13:10:49 +02:00
test deactivate
This commit is contained in:
parent
360aed1b44
commit
d996b18dba
@ -288,10 +288,10 @@ if [ "$1" = "status" ]; then
|
|||||||
publicURL="https://${dynDomain}:3301"
|
publicURL="https://${dynDomain}:3301"
|
||||||
|
|
||||||
# 5) just over Tor
|
# 5) just over Tor
|
||||||
elif [ "${runBehindTor}" == "on" ]; then
|
#elif [ "${runBehindTor}" == "on" ]; then
|
||||||
connection="tor"
|
# connection="tor"
|
||||||
publicURL="http://${toraddress}:80"
|
# publicURL="http://${toraddress}:80"
|
||||||
|
#
|
||||||
# 6) LOCAL NETWORK (just HTTP)
|
# 6) LOCAL NETWORK (just HTTP)
|
||||||
else
|
else
|
||||||
connection="localnetwork"
|
connection="localnetwork"
|
||||||
|
Loading…
Reference in New Issue
Block a user