On 02/12/2011 02:04 PM, Matus UHLAR - fantomas wrote:
2011/2/12 Matus UHLAR - fantomas<uh...@fantomas.sk>:
Is it possible to add additional zones as empty?

On 12.02.11 11:15, Terry. wrote:
depends on what is "empty".

exactly the same what is used by disable-empty-zones option.
I'd like to have opposite option.

It's not clear to me what you're trying to accomplish, so if I don't get it right you'll have to post another message trying to describe in more detail what you're trying to accomplish without referring to the *empty-zones option.

What it sounds like you're trying to do is to define additional zones in a manner similar to what the current internally defined empty zones do. There is no simple named.conf option for that, but there is no reason that you can't define your own zones to accomplish the same thing. You might want to take a look at what I've done for the default FreeBSD named.conf:

http://svn.freebsd.org/viewvc/base/head/etc/namedb/named.conf?view=markup&pathrev=218350

And here is the zone file that they use:

$TTL 3h
@ SOA @ nobody.localhost. 42 1d 12h 1w 3h
        ; Serial, Refresh, Retry, Expire, Neg. cache TTL

@       NS      @

; Silence a BIND warning
@       A       127.0.0.1


Hope this helps,

Doug

--

        Nothin' ever doesn't change, but nothin' changes much.
                        -- OK Go

        Breadth of IT experience, and depth of knowledge in the DNS.
        Yours for the right price.  :)  http://SupersetSolutions.com/

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to