mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
ddns-scripts: add ydns.io provider
This commit is contained in:
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ddns-scripts
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=60
|
||||
PKG_RELEASE:=61
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
|
||||
11
net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json
Normal file
11
net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "ydns.io",
|
||||
"ipv4": {
|
||||
"url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
|
||||
"answer": "good"
|
||||
},
|
||||
"ipv6": {
|
||||
"url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
|
||||
"answer": "good"
|
||||
}
|
||||
}
|
||||
@@ -67,4 +67,5 @@ twodns.de
|
||||
udmedia.de
|
||||
variomedia.de
|
||||
xlhost.de
|
||||
ydns.io
|
||||
zoneedit.com
|
||||
|
||||
Reference in New Issue
Block a user