<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 23/01/2021 15:44, Mohamed Alsemany
      via Pdns-users wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJ=brdrR14=KTKCzb52Yy1NTK2xyfWwwEXBRMonDyR4WYnva4g@mail.gmail.com">I
      have this problem while using powerdns api , I can't use multiple
      records with the same name and type with different TTL for each
      record !</blockquote>
    <p>Do you mean something like this?<br>
    </p>
    <p>foo.bar. IN 120 A 1.2.3.4<br>
      foo.bar. IN 60 A 5.6.7.8</p>
    <p>This is not allowed.  <a moz-do-not-send="true"
        href="https://tools.ietf.org/html/rfc2181">RFC 2181</a> says
      (section 5.2):<br>
    </p>
    <pre class="newpage" style="font-size: 13.3333px; margin-top: 0px; margin-bottom: 0px; break-before: page; color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">  "It is possible for
   the RRs in an RRSet to have different TTLs.  No uses for this have
   been found that cannot be better accomplished in other ways.  This
   can, however, cause partial replies (not marked "truncated") from a
   caching server, where the TTLs for some but not all the RRs in the
   RRSet have expired.

   Consequently the use of differing TTLs in an RRSet is hereby
   deprecated, <b>the TTLs of all RRs in an RRSet must be the same</b>.

   Should a client receive a response containing RRs from an RRSet with
   differing TTLs, it should treat this as an error.
...
   <b>In no case may a server send an RRSet with TTLs not all equal.</b>"

</pre>
    <p>The powerdns API enforces this by only allowing you to set a
      single TTL at the RRset level:<br>
      <a class="moz-txt-link-freetext" href="https://doc.powerdns.com/authoritative/http-api/zone.html#rrset">https://doc.powerdns.com/authoritative/http-api/zone.html#rrset</a></p>
    <p>HTH,</p>
    <p>Brian.</p>
  </body>
</html>