summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2025-10-22 06:39:13 +0200
committerSuren A. Chilingaryan <csa@suren.me>2025-10-22 06:39:13 +0200
commit04ff3adccc48664c366b705ab9265c155633671d (patch)
treeb75b89e8fc5b8e833eb15cca59506e7b36acb554 /service
parent9378edc09d4a0b9f19ef4314e0de7efa9634d849 (diff)
downloadconky-master.tar.gz
conky-master.tar.bz2
conky-master.tar.xz
conky-master.zip
Last adaption of configs and a few fixes to run on Ubuntu 24.04HEADmaster
Diffstat (limited to 'service')
-rwxr-xr-xservice/check_router.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/check_router.sh b/service/check_router.sh
index f241f64..f188836 100755
--- a/service/check_router.sh
+++ b/service/check_router.sh
@@ -49,7 +49,7 @@ done
#fi
# VPN check
-ssh -xa darksoft.org ping -W 2 -c 2 192.168.31.1 &> /dev/null
+ssh -xa master.suren.me ping -W 2 -c 2 192.168.31.1 &> /dev/null
if [ $? -ne 0 ]; then
echo "Can't verify availability of UFO tunnel"
[ $healthy -eq 1 ] && healthy=2