summaryrefslogtreecommitdiffstats
path: root/net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json
blob: ac6e8a389a80ff87b28026419621cde267dc380d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"name": "ydns.io",
	"ipv4": {
		"url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
		"answer": "good|nochg"
	},
	"ipv6": {
		"url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
		"answer": "good|nochg"
	}
}