Wildcards and the include directive?

Jan-Piet Mens jpmens.dns at gmail.com
Tue Jan 24 08:58:49 UTC 2012


>   include "/etc/bind/sites-enabled/*"

That won't work.

What you could do though is to create the content of the file you're
including, which ought to solve your problem.

        cd /var/path
        ls > /etc/bind/sites-enabled.include

And then in named.conf [ include "/etc/bind/sites-enabled.include" ]

        -JP



More information about the bind-users mailing list