Browse Source

Merge pull request #13142 from mateste/moniker.com_ddns

ddns-scripts: Add moniker.com DDNS service
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
4afed2d75b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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