summaryrefslogtreecommitdiffstats
path: root/net/ddns-scripts/files/usr/share/ddns/default/ovh.com.json
blob: 446093bcecd5d136282cc6722d30e1b60749afdd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"name": "ovh.com",
	"ipv4": {
		"url": "https://[USERNAME]:[PASSWORD]@dns.eu.ovhapis.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]",
		"answer": "good|nochg"
	},
	"ipv6": {
		"url": "https://[USERNAME]:[PASSWORD]@dns.eu.ovhapis.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]",
		"answer": "good|nochg"
	}
}