mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
fix: set new url for ipcheck
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user