From f778b1eea383644ddfdc90fa3f0ff1102d26135d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20St=C4=99pie=C5=84?= Date: Sun, 16 Aug 2020 17:33:57 +0200 Subject: [PATCH] ddns-scripts: Add moniker.com DDNS service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mateusz Stępień --- net/ddns-scripts/Makefile | 2 +- net/ddns-scripts/files/services | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 966ea1945..84c3040a6 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.8 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=22 +PKG_RELEASE:=23 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:= diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services index 8f2610c3d..4f8a53578 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -124,6 +124,8 @@ "loopia.se" "http://[USERNAME]:[PASSWORD]@dns.loopia.se/XDynDNSServer/XDynDNS.php?system=custom&hostname=[DOMAIN]&myip=[IP]" "good|nochg" +"moniker.com" "https://dynamicdns.key-systems.net/update.php?hostname=[DOMAIN]&password=[PASSWORD]&ip=[IP]" "success" + "mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV4ADDR=[IP]" "myip.co.ua" "http://[USERNAME]:[PASSWORD]@myip.co.ua/update?hostname=[DOMAIN]&myip=[IP]" "good"