mirror of
https://codeberg.org/privacy1st/netcup-dns
synced 2024-12-22 23:36:04 +01:00
26 lines
411 B
JSON
26 lines
411 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|