From 37b9439ba38ccd0491c284b863dd5d38861c0da2 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 5 Oct 2024 21:55:09 +0200 Subject: [PATCH] fix: set new url for ipcheck --- herbstluftwm/hl_status_deamon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/hl_status_deamon.py b/herbstluftwm/hl_status_deamon.py index ef05d9f..bb43d8a 100755 --- a/herbstluftwm/hl_status_deamon.py +++ b/herbstluftwm/hl_status_deamon.py @@ -213,7 +213,7 @@ last_ip="LOL" def ip_status(): global last_ip 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: return else: