diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 272136f808..21a39efb9b 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -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 diff --git a/net/ddns-scripts/files/usr/share/ddns/default/google.com.json b/net/ddns-scripts/files/usr/share/ddns/default/google.com.json index f1e2f953ff..edfe461c86 100644 --- a/net/ddns-scripts/files/usr/share/ddns/default/google.com.json +++ b/net/ddns-scripts/files/usr/share/ddns/default/google.com.json @@ -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" } }