mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
test sphinx Tor
This commit is contained in:
parent
e6f5006335
commit
cc16df256a
@ -287,7 +287,12 @@ if [ "$1" = "status" ]; then
|
||||
connection="dns&selfsigned"
|
||||
publicURL="https://${dynDomain}:3301"
|
||||
|
||||
# 5) LOCAL NETWORK (just HTTP)
|
||||
# 5) just over Tor
|
||||
elif [ "${runBehindTor}" == "on" ]; then
|
||||
connection="tor"
|
||||
publicURL="http://${toraddress}:80"
|
||||
|
||||
# 6) LOCAL NETWORK (just HTTP)
|
||||
else
|
||||
connection="localnetwork"
|
||||
publicURL="http://${localIP}:3300"
|
||||
|
Loading…
x
Reference in New Issue
Block a user