<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi everybody, <br>
    <br>
    is there any way to set a record in PDNS authoritative server that
    allow web URL redirect?<br>
    <br>
    Example: example.com IN WR <a class="moz-txt-link-freetext" href="https://example.net/subpage/">https://example.net/subpage/</a>...<br>
    <br>
    Reading <a
href="https://doc.powerdns.com/authoritative/appendices/types.html">official
      documentation</a>, WR record type seems not to be supported
    actually and URI is not intended for this purposes.<br>
    <br>
    Exist any way to not have an external webservice to answer queries
    and redirect with 301 traffic? Any lua scripting code out there?<br>
    <br>
    Thanks everybody, <br>
    Andrea<br>
  </body>
</html>