[Pdns-dev] Authoritative Server REST HTTP Backend Changes?
Mark Strother
mstrother at pacificonline.com
Wed Sep 16 18:47:23 CEST 2015
This response is required in 3.4.5 >
{
"result": [
{
"qtype": "MX",
"qname": "example.com",
"content": "example-com.mail.protection.outlook.com",
"priority": "10",
"ttl": 86400
}
}
In 3.4 I was using this:
This response is required in 3.4.5 >
{
"result": [
{
"qtype": "MX",
"qname": "example.com",
"content": "10 example-com.mail.protection.outlook.com"
"ttl": 86400
}
}
The second response now generators an error along the line of 'too much
information'. The priority field is required again.
I think this is a regression issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-dev/attachments/20150916/362a95cd/attachment.html>
More information about the Pdns-dev
mailing list