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
Pdns-dev@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-dev

Reply via email to