Browse Source

Merge pull request #14551 from geraldhansen/fix-ddns-provider

Fix ddns provider
lilik-openwrt-22.03
Florian Eckert 4 years ago
committed by GitHub
parent
commit
d048c4b348
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 25 deletions
  1. +1
    -1
      net/ddns-scripts/Makefile
  2. +0
    -6
      net/ddns-scripts/files/usr/share/ddns/default/ddns.com.br.json
  3. +0
    -7
      net/ddns-scripts/files/usr/share/ddns/default/dyns.net.json
  4. +2
    -2
      net/ddns-scripts/files/usr/share/ddns/default/myonlineportal.net.json
  5. +0
    -6
      net/ddns-scripts/files/usr/share/ddns/default/nubem.com.json
  6. +0
    -3
      net/ddns-scripts/files/usr/share/ddns/list

+ 1
- 1
net/ddns-scripts/Makefile View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts
PKG_VERSION:=2.8.2
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_LICENSE:=GPL-2.0


+ 0
- 6
net/ddns-scripts/files/usr/share/ddns/default/ddns.com.br.json View File

@ -1,6 +0,0 @@
{
"name": "ddns.com.br",
"ipv4": {
"url": "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"
}
}

+ 0
- 7
net/ddns-scripts/files/usr/share/ddns/default/dyns.net.json View File

@ -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"
}
}

+ 2
- 2
net/ddns-scripts/files/usr/share/ddns/default/myonlineportal.net.json View File

@ -1,11 +1,11 @@
{
"name": "myonlineportal.net",
"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"
},
"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"
}
}

+ 0
- 6
net/ddns-scripts/files/usr/share/ddns/default/nubem.com.json View File

@ -1,6 +0,0 @@
{
"name": "nubem.com",
"ipv4": {
"url": "http://[USERNAME]:[PASSWORD]@nubem.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
}
}

+ 0
- 3
net/ddns-scripts/files/usr/share/ddns/list View File

@ -7,7 +7,6 @@ afraid.org-v2-token
all-inkl.com
changeip.com
core-networks.de
ddns.com.br
ddnss.de
ddo.jp
desec.io
@ -31,7 +30,6 @@ dyndns.it
dyndns.org
dyndnss.net
dynsip.org
dyns.net
dynu.com
dynv6.com
easydns.com
@ -52,7 +50,6 @@ nettica.com
no-ip.pl
now-dns.com
nsupdate.info
nubem.com
opendns.com
oray.com
ovh.com


Loading…
Cancel
Save