Re: Authoritative Server REST HTTP Backend Changes?
Mark Strother <[email protected]> Wed, 16 Sep 2015 09:47:23 -0700
| Newsgroups | gmane.network.dns.powerdns.devel |
|---|---|
| Message-ID | <CAJa1HxogEf7b6RZpiavtTp37KtLEXEcTrcmme8j0erjSf2qyaA@mail.gmail.com> |
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.
_______________________________________________
Pdns-dev mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-dev