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
Merge pull request
#2186
from olmari/add-dy-fi-ddns
ddns-scripts: Added dy.fi service
lilik-openwrt-22.03
Hannu Nyman
9 years ago
parent
973b0bf659
a7d51998bc
commit
d8bd4dcac7
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/Makefile
+3
-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.5.0
# Release == build
# increase on changes of services files or tld_names.dat
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_LICENSE
:=
GPL-2.0
PKG_MAINTAINER
:=
Christian Schoenebeck <christian.schoenebeck@gmail.com>
+ 3
- 0
net/ddns-scripts/files/services
View File
@ -103,3 +103,6 @@
#DtDNS
"dtdns.com" "http://www.dtdns.com/api/autodns.cfm?id=[DOMAIN]&pw=[PASSWORD]&ip=[IP]"
# dy.fi Dynamic DNS for finnish users
"dy.fi" "http://[USERNAME]:[PASSWORD]@www.dy.fi/nic/update?hostname=[DOMAIN]"
Write
Preview
Loading…
Cancel
Save