Add support for SOA records
Change-Id: I7dbc0e56c0aa039fd04a681436682e7c6016c0c3
This commit is contained in:
parent
edbc00aed7
commit
5e69886531
@ -30,7 +30,7 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "DNS Record Type",
|
||||
"enum": ["A", "AAAA", "CNAME", "MX", "SRV", "TXT", "SPF", "NS", "PTR", "SSHFP"],
|
||||
"enum": ["A", "AAAA", "CNAME", "MX", "SRV", "TXT", "SPF", "NS", "PTR", "SSHFP", "SOA"],
|
||||
"required": true
|
||||
},
|
||||
"data": {
|
||||
@ -221,6 +221,17 @@
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"description": "A SOA Record",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["SOA"]
|
||||
},
|
||||
"priority": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}],
|
||||
"links": [{
|
||||
"rel": "self",
|
||||
|
Loading…
x
Reference in New Issue
Block a user