From dd719e49602495f899e4e638c1c66c5e5502c34f Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 22 Oct 2020 07:44:26 +0200 Subject: [PATCH] ddns-scripts: update sitelutions url Signed-off-by: Florian Eckert --- net/ddns-scripts/Makefile | 2 +- .../files/usr/share/ddns/default/sitelutions.com.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index e8a5c9eeec..22664491cf 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:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0 diff --git a/net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.json b/net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.json index 8a7099a8d5..a9fec1fb7c 100644 --- a/net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.json +++ b/net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.json @@ -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" } }