remove wget dependency, use curl instead

This commit is contained in:
2024-02-29 11:41:25 +01:00
parent ddb6cda6df
commit 64832fc1b1
3 changed files with 21 additions and 23 deletions

View File

@@ -11,18 +11,18 @@ PASS[0]=mypass
#USER[1]=myuser
#PASS[1]=mypass
# Service which shows own IP in plain text (notice that if you use IPv4
# and IPv6 parallely you will get an IPv6 address in many cases in
# return. So you would have to set your DynDNS domain record
# accordingly to AAAA instead of A to make it working. Else, use a
# Service which shows own IP in plain text (notice that if you use IPv4
# and IPv6 parallely you will get an IPv6 address in many cases in
# return. So you would have to set your DynDNS domain record
# accordingly to AAAA instead of A to make it working. Else, use a
# service which only returns your IPv4 address like the default one.)
IPSERV=http://ip4.nandus.net
IPSERV=https://ip4.snapdns.eu
# Timeout for IP requests to the service above in seconds
TIMEOUT=10
# Comma-separated IP(s) which should be ignored.
# If one of these IPs is the current IP, there'll be no DNS update
# Comma-separated IP(s) which should be ignored.
# If one of these IPs is the current IP, there'll be no DNS update
# (e.g. for your VPN servers)
IGNOREIP=127.0.0.1,127.0.0.2