<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 30/05/2022 16:45, Wafa BEN KHOUD via
      Pdns-users wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADKQmWxX3QhzjwkdYpeiQG4yqPkHmV3Un9Q7EUOHq5bbeeGkgg@mail.gmail.com">
      <div>s it possible to configure pdns slave with fixed content
        records? And how to do it?</div>
      <div><br>
      </div>
      <div>As example:</div>
      <div>master records for zone "<a href="http://test.com"
          moz-do-not-send="true">test.com</a>" are NS "<a
          href="http://ns.test.com" moz-do-not-send="true">ns.test.com</a>"
        and MX "<a href="http://mx.test.com" moz-do-not-send="true">mx.test.com</a>"
        and slave records are NS "<a href="http://ns.test.com"
          moz-do-not-send="true">ns.test.com</a>" and MX "<a
          href="http://mx55.test.com" moz-do-not-send="true">mx55.test.com</a>"</div>
      <div><br>
      </div>
    </blockquote>
    <p>What are you actually trying to achieve here; or, what problem
      are you trying to solve by this?</p>
    <p>The whole point of master and slave is that the slave is an
      identical copy of the master.  If you want these two servers to
      serve different answers, then you need to build two different
      master servers, with their own zone data.</p>
    <p>Are you trying to do split DNS (serve different answers to
      internal clients versus external users)?  Or something else? 
      There may be a better solution to the problem.<br>
    </p>
  </body>
</html>