diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-10-22 06:39:13 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-10-22 06:39:13 +0200 |
commit | 04ff3adccc48664c366b705ab9265c155633671d (patch) | |
tree | b75b89e8fc5b8e833eb15cca59506e7b36acb554 /service | |
parent | 9378edc09d4a0b9f19ef4314e0de7efa9634d849 (diff) | |
download | conky-master.tar.gz conky-master.tar.bz2 conky-master.tar.xz conky-master.zip |
Diffstat (limited to 'service')
-rwxr-xr-x | service/check_router.sh | 2 |
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 |