mirror of
https://github.com/openwrt/packages.git
synced 2025-12-18 00:21:22 +00:00
ddns-scripts: add ydns.io provider
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user