mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 01:18:30 +08:00
73962470bc
* helpers.js: Refactor addRecord to recordBuilder * Fixed failing dns test * helpers.js: Fixed a typo in SRV handling * helpers.js: Move type to top level argument * Removed support for numeric modifiers * helpers.js: Added IMPORT_TRANSFORM ttl argument back
45 lines
886 B
JSON
45 lines
886 B
JSON
{
|
|
"registrars":[],
|
|
"dns_providers":[],
|
|
"domains":[
|
|
{
|
|
"name":"foo.com",
|
|
"registrar":"none",
|
|
"dnsProviders":{},
|
|
"records":[
|
|
{
|
|
"type":"CAA",
|
|
"name":"@",
|
|
"target":"letsencrypt.org",
|
|
"caatag":"issue"
|
|
},
|
|
{
|
|
"type":"CAA",
|
|
"name":"@",
|
|
"target":";",
|
|
"caatag":"issuewild"
|
|
},
|
|
{
|
|
"type":"CAA",
|
|
"name":"@",
|
|
"target":"mailto:test@example.com",
|
|
"caatag":"iodef",
|
|
"caaflag":1
|
|
},
|
|
{
|
|
"type":"CAA",
|
|
"name":"@",
|
|
"target":"http://example.com",
|
|
"caatag":"iodef"
|
|
},
|
|
{
|
|
"type":"CAA",
|
|
"name":"@",
|
|
"target":"https://example.com",
|
|
"caatag":"iodef",
|
|
"caaflag":1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|