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
#3171
from TobleMiner/ddns-do.de
ddns-scripts: Add do.de as ddns provider
lilik-openwrt-22.03
Hannu Nyman
8 years ago
committed by
GitHub
parent
e1aa1994ce
47b0926772
commit
d0d1233125
3 changed files
with
5 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
+2
-0
net/ddns-scripts/files/services_ipv6
+ 1
- 1
net/ddns-scripts/Makefile
View File
@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
PKG_VERSION
:=
2.7.4
# 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>
+ 2
- 0
net/ddns-scripts/files/services
View File
@ -157,3 +157,5 @@
# core-networks.de
"core-networks.de" "http://[USERNAME]:[PASSWORD]@dyndns.core-networks.de/?hostname=[DOMAIN]&myip=[IP]&keepipv6=1" "good"
# do.de
"do.de" "http://ddns.do.de/?myip=[IP]&hostname=[DOMAIN]&username=[USERNAME]&password=[PASSWORD]" "good|nochg"
+ 2
- 0
net/ddns-scripts/files/services_ipv6
View File
@ -91,3 +91,5 @@
# duiadns.net - free dynamic DNS
"duiadns.net" "http://[USERNAME]:[PASSWORD]@ipv6.duia.ro/dynamic.duia?host=[DOMAIN]&ip6=[IP]"
# do.de
"do.de" "http://ddns.do.de/?myip=[IP]&hostname=[DOMAIN]&username=[USERNAME]&password=[PASSWORD]" "good|nochg"
Write
Preview
Loading…
Cancel
Save