mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #14551 from geraldhansen/fix-ddns-provider
Fix ddns provider
This commit is contained in:
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ddns-scripts
|
PKG_NAME:=ddns-scripts
|
||||||
PKG_VERSION:=2.8.2
|
PKG_VERSION:=2.8.2
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ddns.com.br",
|
|
||||||
"ipv4": {
|
|
||||||
"url": "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "dyns.net",
|
|
||||||
"ipv4": {
|
|
||||||
"url": "http://www.dyns.net/postscript011.php?username=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&ip=[IP]",
|
|
||||||
"answer": "200"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "myonlineportal.net",
|
"name": "myonlineportal.net",
|
||||||
"ipv4": {
|
"ipv4": {
|
||||||
"url": "http://[USERNAME]:[PASSWORD]@myonlineportal.net/updateddns?hostname=[DOMAIN]&ip=[IP]",
|
"url": "http://myonlineportal.net/updateddns?hostname=[DOMAIN]&ip=[IP]&username=[USERNAME]&password=[PASSWORD]",
|
||||||
"answer": "good|nochg"
|
"answer": "good|nochg"
|
||||||
},
|
},
|
||||||
"ipv6": {
|
"ipv6": {
|
||||||
"url": "http://[USERNAME]:[PASSWORD]@myonlineportal.net/updateddns?hostname=[DOMAIN]&ip6=[IP]",
|
"url": "http://myonlineportal.net/updateddns?hostname=[DOMAIN]&ip6=[IP]&username=[USERNAME]&password=[PASSWORD]",
|
||||||
"answer": "good|nochg"
|
"answer": "good|nochg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "nubem.com",
|
|
||||||
"ipv4": {
|
|
||||||
"url": "http://[USERNAME]:[PASSWORD]@nubem.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -7,7 +7,6 @@ afraid.org-v2-token
|
|||||||
all-inkl.com
|
all-inkl.com
|
||||||
changeip.com
|
changeip.com
|
||||||
core-networks.de
|
core-networks.de
|
||||||
ddns.com.br
|
|
||||||
ddnss.de
|
ddnss.de
|
||||||
ddo.jp
|
ddo.jp
|
||||||
desec.io
|
desec.io
|
||||||
@@ -31,7 +30,6 @@ dyndns.it
|
|||||||
dyndns.org
|
dyndns.org
|
||||||
dyndnss.net
|
dyndnss.net
|
||||||
dynsip.org
|
dynsip.org
|
||||||
dyns.net
|
|
||||||
dynu.com
|
dynu.com
|
||||||
dynv6.com
|
dynv6.com
|
||||||
easydns.com
|
easydns.com
|
||||||
@@ -52,7 +50,6 @@ nettica.com
|
|||||||
no-ip.pl
|
no-ip.pl
|
||||||
now-dns.com
|
now-dns.com
|
||||||
nsupdate.info
|
nsupdate.info
|
||||||
nubem.com
|
|
||||||
opendns.com
|
opendns.com
|
||||||
oray.com
|
oray.com
|
||||||
ovh.com
|
ovh.com
|
||||||
|
|||||||
Reference in New Issue
Block a user