diff options
author | Mateusz Stępień <mateusz@argc.pl> | 2020-08-16 17:33:57 +0200 |
---|---|---|
committer | Mateusz Stępień <mateusz@argc.pl> | 2020-08-16 17:42:05 +0200 |
commit | f778b1eea383644ddfdc90fa3f0ff1102d26135d (patch) | |
tree | dd97cfd40e26743f2efa048ed909afc5d202e2a1 /net | |
parent | c158c02bc5f38cebff1bb523df9ca9b6bfc958cb (diff) |
ddns-scripts: Add moniker.com DDNS service
Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
Diffstat (limited to 'net')
-rwxr-xr-x | net/ddns-scripts/Makefile | 2 | ||||
-rw-r--r-- | net/ddns-scripts/files/services | 2 |
2 files changed, 3 insertions, 1 deletions
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" |