mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
ddns-scripts: Remove not working ddns provider
I checked the hostname for existing DNS A and AAAA entries and these ones didn't have an entry. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
This commit is contained in:
committed by
Gerald Hansen
parent
9787de80e5
commit
937560417c
@@ -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,6 +0,0 @@
|
||||
{
|
||||
"name": "nubem.com",
|
||||
"ipv4": {
|
||||
"url": "http://[USERNAME]:[PASSWORD]@nubem.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user