Browse Source

Merge pull request #2692 from helbgd/patch-7

fix for ddnss.de updates
neil 5 years ago
parent
commit
4c27e08e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_ddnss.sh

+ 1 - 1
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 #####################