Browse Source

ddns-scripts: Add moniker.com DDNS service

Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
lilik-openwrt-22.03
Mateusz Stępień 4 years ago
parent
commit
f778b1eea3
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      net/ddns-scripts/Makefile
  2. +2
    -0
      net/ddns-scripts/files/services

+ 1
- 1
net/ddns-scripts/Makefile View File

@ -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:=


+ 2
- 0
net/ddns-scripts/files/services View File

@ -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"


Loading…
Cancel
Save