ddns-scripts: use https for google ipv6 ddns url
authorScott Lamb <slamb@slamb.org>
Thu, 15 Jul 2021 18:24:59 +0000 (11:24 -0700)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 19 Jul 2021 12:22:30 +0000 (14:22 +0200)
This matches an ipv4 change in 21f5cdd2fa and has the same rationale.
Google requires https for both ipv6 and ipv6.

Signed-off-by: Scott Lamb <slamb@slamb.org>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/share/ddns/default/google.com.json

index 272136f808d78d7c73733a991896a3940f27f55d..21a39efb9bc5b6c7dea9f28fc849a9ab985985a0 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.2
-PKG_RELEASE:=10
+PKG_RELEASE:=11
 
 PKG_LICENSE:=GPL-2.0
 
index f1e2f953ffd3decb1636e334854c5acd30865879..edfe461c86e264c5c4dc1064f212b621ed0e02f5 100644 (file)
@@ -5,7 +5,7 @@
                "answer": "good|nochg"
        },
        "ipv6": {
-               "url": "http://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]",
+               "url": "https://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]",
                "answer": "good|nochg"
        }
 }