fix: set new url for ipcheck

This commit is contained in:
2024-10-05 21:55:09 +02:00
parent 8ce8bc1550
commit 37b9439ba3

View File

@@ -213,7 +213,7 @@ last_ip="LOL"
def ip_status(): def ip_status():
global last_ip global last_ip
try: try:
ip="Public IP: "+ hl_utils.shexec("wget -4 --no-proxy --timeout=3 -O- --quiet ipcheck.atlantishq.de") ip="Public IP: "+ hl_utils.shexec("wget -4 --no-proxy --timeout=3 -O- --quiet https://ipcheck.atlantishq.de:10443")
if last_ip == ip: if last_ip == ip:
return return
else: else: