ddns-scripts: desec.io - update url to https 21994/head
authordanielpinto8zz6 <danielpinto8zz6@gmail.com>
Fri, 1 Sep 2023 12:19:42 +0000 (13:19 +0100)
committerdanielpinto8zz6 <danielpinto8zz6@gmail.com>
Mon, 4 Sep 2023 22:17:58 +0000 (23:17 +0100)
Signed-off-by: Daniel Pinto <danielpinto8zz6@gmail.com>
desec.io ddns update is not working, after testing the endpoint I got a 301, after a bit of search I found out we are
supposed to use https instead of http
more info here: https://talk.desec.io/t/301-from-update-dedyn-io/644/2

bump PKG_RELEASE

net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/share/ddns/default/desec.io.json

index 1512fa31b527066ed9fea1e4bb8606e71aede24f..a4c79b06b50ddfc18aafd700b31e0b15a46101e9 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.2
-PKG_RELEASE:=38
+PKG_RELEASE:=39
 
 PKG_LICENSE:=GPL-2.0
 
index 4d3d217205caff8cf396104ad0d58361bc413d37..c28458fee6fe8f4bc442c2cdbdb8365afca49b71 100644 (file)
@@ -1,11 +1,11 @@
 {
        "name": "desec.io",
        "ipv4": {
-               "url": "http://update.dedyn.io/update?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv4=[IP]&myipv6=preserve",
+               "url": "https://update.dedyn.io/update?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv4=[IP]&myipv6=preserve",
                "answer": "good|nochg"
        },
        "ipv6": {
-               "url": "http://update.dedyn.io/update?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv6=[IP]&myipv4=preserve",
+               "url": "https://update.dedyn.io/update?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv6=[IP]&myipv4=preserve",
                "answer": "good|nochg"
        }
 }