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
#4996
from f00fc7c9/dynv6
ddns-scripts: fix dynv6.com "unchanged" response
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
parent
a072a746f3
6943f44550
commit
0f1e755ec2
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/Makefile
+1
-1
net/ddns-scripts/files/services
+1
-1
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.6
# Release == build
# increase on changes of services files or tld_names.dat
PKG_RELEASE
:=
1
8
PKG_RELEASE
:=
1
9
PKG_LICENSE
:=
GPL-2.0
PKG_MAINTAINER
:=
Christian Schoenebeck <christian.schoenebeck@gmail.com>
+ 1
- 1
net/ddns-scripts/files/services
View File
@ -103,7 +103,7 @@
"dynu.com" "http://api.dynu.com/nic/update?hostname=[DOMAIN]&myip=[IP]&username=[USERNAME]&password=[PASSWORD]"
"dynv6.com" "http://dynv6.com/api/update?hostname=[DOMAIN]&token=[PASSWORD]&ipv4=[IP]" "updated"
"dynv6.com" "http://dynv6.com/api/update?hostname=[DOMAIN]&token=[PASSWORD]&ipv4=[IP]" "updated
|unchanged
"
"easydns.com" "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]" "NOERROR"
+ 1
- 1
net/ddns-scripts/files/services_ipv6
View File
@ -67,7 +67,7 @@
"dynu.com" "http://api.dynu.com/nic/update?hostname=[DOMAIN]&myipv6=[IP]&username=[USERNAME]&password=[PASSWORD]"
"dynv6.com" "http://dynv6.com/api/update?hostname=[DOMAIN]&token=[PASSWORD]&ipv6=[IP]" "updated"
"dynv6.com" "http://dynv6.com/api/update?hostname=[DOMAIN]&token=[PASSWORD]&ipv6=[IP]" "updated
|unchanged
"
"goip.de" "http://www.goip.de/setip?username=[USERNAME]&password=[PASSWORD]&subdomain=[DOMAIN]&ip6=[IP]"
Write
Preview
Loading…
Cancel
Save