Browse Source
Merge pull request #9324 from sotux/master-ddns-scripts
ddns-scripts: modify deSEC update url
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
net/ddns-scripts/Makefile
-
net/ddns-scripts/files/services
-
net/ddns-scripts/files/services_ipv6
|
|
@ -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:=9 |
|
|
|
PKG_RELEASE:=10 |
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
|
PKG_MAINTAINER:= |
|
|
|
|
|
@ -61,7 +61,7 @@ |
|
|
|
|
|
|
|
"ddo.jp" "http://free.ddo.jp/dnsupdate.php?dn=[DOMAIN]&pw=[PASSWORD]&ip=[IP]" |
|
|
|
|
|
|
|
"desec.io" "http://update.dedyn.io/?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv4=[IP]" "good|nochg" |
|
|
|
"desec.io" "http://update.dedyn.io/update?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv4=[IP]" "good|nochg" |
|
|
|
|
|
|
|
"dhis.org" "http://[USERNAME]:[PASSWORD]@is.dhis.org/" |
|
|
|
|
|
|
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
# "ddnss.de" "http://[USERNAME]:[PASSWORD]@ip6.ddnss.de/upd.php?host=[DOMAIN]&ip6=[IP]" "good|nochg" |
|
|
|
"ddnss.de" "http://ip6.ddnss.de/upd.php?user=[USERNAME]&pwd=[PASSWORD]&host=[DOMAIN]&ip6=[IP]" "good|nochg" |
|
|
|
|
|
|
|
"desec.io" "http://update.dedyn.io/?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv6=[IP]" "good|nochg" |
|
|
|
"desec.io" "http://update.dedyn.io/update?username=[USERNAME]&password=[PASSWORD]&hostname=[DOMAIN]&myipv6=[IP]" "good|nochg" |
|
|
|
|
|
|
|
"dhis.org" "http://[USERNAME]:[PASSWORD]@is.dhis.org/" |
|
|
|
|
|
|
|