Change ping url

This commit is contained in:
clerie 2022-08-25 23:17:04 +02:00
parent 6058224ea8
commit c9c0849e1f
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
reachability = reachability.slice(-reachability_size-1);
}
reachability.push([startTime, undefined]);
httpGet("https://ip6.clerie.de/",
httpGet("https://ping.clerie.de/ping",
() => {
let endTime = (new Date()).getTime();
reachability[reachability.length-1][1] = endTime;