This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
c158c02bc5
commit
f778b1eea3
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/Makefile
+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
:=
2
2
PKG_RELEASE
:=
2
3
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"
Write
Preview
Loading…
Cancel
Save