<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div>Hello.</div>
    <div>I can’t find a way to configure all zones files as wildcard.</div>
    <div>As example i have some configuration with 1000 zones and the
      list file is big:</div>
    <div>
      <div
style="background:#ffffff; float:left; line-height:1; white-space:pre"><span>zone "example1.org" {type master; file "/etc/bind/zones/example1.org.db";};</span></div>
    </div>
    <div> </div>
    <div><span>zone "example2.org" {type master; file "/etc/bind/zones/example2.org.db";};</span></div>
    <div><span>zone "example3.org" {type master; file "/etc/bind/zones/example3.org.db";};</span></div>
    <div><span>...</span></div>
    <div> </div>
    <div><span>Is it possible to use a mask just with one entry, so this
        will be automatically? </span></div>
    <div>As example so:</div>
    <div><span>zone "*" {type master; file "/etc/bind/zones/*.db";};</span></div>
    <p></p>
  </body>
</html>