Compare commits
2 Commits
9eea718f26
...
86562dce89
Author | SHA1 | Date | |
---|---|---|---|
|
86562dce89 | ||
|
4b52de88ae |
@ -16,9 +16,6 @@ MY_IP_URL = "http://ifconfig.me"
|
|||||||
|
|
||||||
domains = [DDNS_NC_URL, DDNS_WG_URL, DDNS_CR_URL, DDNS_GT_URL]
|
domains = [DDNS_NC_URL, DDNS_WG_URL, DDNS_CR_URL, DDNS_GT_URL]
|
||||||
|
|
||||||
current_ip = requests.get(MY_IP_URL, timeout=15).text
|
|
||||||
registered_ip = socket.gethostbyname(GT_HOST)
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
current_ip = requests.get(MY_IP_URL, timeout=15).text
|
current_ip = requests.get(MY_IP_URL, timeout=15).text
|
||||||
@ -39,5 +36,5 @@ while True:
|
|||||||
else:
|
else:
|
||||||
print(f"No IP change detected (currently {current_ip}).")
|
print(f"No IP change detected (currently {current_ip}).")
|
||||||
finally:
|
finally:
|
||||||
print("Sleeping 10 minutes...")
|
print("Sleeping 5 minutes...")
|
||||||
sleep(1200)
|
sleep(300)
|
||||||
|
Loading…
Reference in New Issue
Block a user