netcup-dns/cfg/example.json

26 lines
411 B
JSON
Raw Normal View History

{
"disabled": true,
"customer": 123456,
"api_key": "abcdefghijklmnopqrstuvwxyz",
"api_password": "abcdefghijklmnopqrstuvwxyz",
"records": [
{
"domain": "example.com",
"hostname": "@",
"type": "A"
},
{
"domain": "example.com",
"hostname": "@",
"type": "AAAA"
},
{
"domain": "foo.bar",
"hostname": "@",
"type": "A"
}
]
}