ddns-scripts: update sitelutions url
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 22 Oct 2020 05:44:26 +0000 (07:44 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 22 Oct 2020 05:44:26 +0000 (07:44 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.json

index e8a5c9eeec6af2b7eb7c9688bb87b7921513afc6..22664491cf597c388f997512bdd76d948399685a 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_LICENSE:=GPL-2.0
 
index 8a7099a8d5bfb571a92dcfb7239473208e17a204..a9fec1fb7cd1990923a9b5df629b2ad04e926597 100644 (file)
@@ -1,7 +1,7 @@
 {
        "name": "sitelutions.com",
        "ipv4": {
-               "url": "http://www.sitelutions.com/dnsup?user=[USERNAME]&pass=[PASSWORD]&id=[DOMAIN]&ip=[IP]",
+               "url": "https://dnsup.sitelutions.com/dnsup?user=[USERNAME]&pass=[PASSWORD]&id=[DOMAIN]&ip=[IP]",
                "answer": "success"
        }
 }