Browse Source
Merge pull request #2692 from helbgd/patch-7
fix for ddnss.de updates
pull/2726/head
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_ddnss.sh
|
|
@ -12,7 +12,7 @@ |
|
|
|
# -- |
|
|
|
# |
|
|
|
|
|
|
|
DDNSS_DNS_API="https://ddnss.de/upd.php" |
|
|
|
DDNSS_DNS_API="https://ip4.ddnss.de/upd.php" |
|
|
|
|
|
|
|
######## Public functions ##################### |
|
|
|
|
|
|
|