www is incorrect as well

use ip4 and not www, if you use www it deletes the ip4 address of the host and updates only the ip6 address
pull/2692/head
helbgd 2020-01-14 15:27:35 +01:00 committed by GitHub
parent f01936ca4f
commit b1ce6ffcc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# --
#
DDNSS_DNS_API="https://www.ddnss.de/upd.php"
DDNSS_DNS_API="https://ip4.ddnss.de/upd.php"
######## Public functions #####################