This commit is contained in:
fred 2023-02-23 21:10:22 +01:00
parent 0211ea8820
commit 49fec0dd44
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ isLAN=$(route -n |awk '$1 == "0.0.0.0" {print $2}' | grep -E "/(^127\.)|(^192\.1
if [[ $isLAN ]]; then
HNAME="http://g1billet.localhost"
else
HNAME="http://qwantic.com"
HNAME="http://vmi891906.contaboserver.net"
fi
RNAME="$HNAME:33102"