<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    from what I comprehend the current unbound syntax supports one root
    at a time, e.g. either ICANN roots or alt-roots such as OPENNIC, but
    not 2 roots in parallel. It seems currently not possible to have 2
    root-hint files, 2 name . as auth-zone or 2 name . as forward-zone.
    To get alt-roots subdomains resolved alongside the ICANN setup is
    currently a bit cumbersome and a transfer of the alt-root to local
    is not feasible.<br>
    <br>
    Not sure what the future of DNS holds but is seems that with
    blockchain and such there might be some traction on alt-root and
    thus I was wondering whether there is any plan to support alt-roots
    simultaneously, if such is technically viable and would make sense?
    Something along theses lines:<br>
    <br>
    <blockquote type="cite">root-hints: "/file/path/to/icann_root.hints"</blockquote>
    +<br>
    <blockquote type="cite"><b>alt</b>-root-hints:
      "/file/path/to/alt_root.hints"</blockquote>
    <br>
    and<br>
    <br>
    <blockquote type="cite">auth-zone:<br>
        name: .<br>
        zonefile: "/file/path/to/icann_root"</blockquote>
    +<br>
    <blockquote type="cite">auth-zone:<br>
        <b>alt</b>-name: .<br>
        zonefile: "/file/path/to/alt_root"</blockquote>
    <br>
    and<br>
    <br>
    <blockquote type="cite">forward-zone:<br>
        name: .</blockquote>
    +<br>
    <blockquote type="cite">forward-zone:<br>
        <b>alt</b>-name: .</blockquote>
    <br>
    <br>
  </body>
</html>