Bind 8.1.2 version number

Cricket Liu cricket at acmebw.com
Mon Aug 23 17:42:15 UTC 1999


Cricket Liu <cricket at acmebw.com> wrote in message
news:<027a01beed88$2872cd20$b477a8ce at acmebw.com>...
> There should be a file in the root of the source tree called Version.  Set
> it to whatever you like and recompile.

Oh, and there's another option.  Create a CHAOSNET zone called "bind," with
just an SOA and an NS record, and use the allow-query substatement to
determine who can look up data in that zone:

db.bind:

@    IN    SOA    ns1    root    (
    1999082300 3h 30m 30d 3h )
        IN    NS    ns1

named.conf:

zone "bind" chaos {
    type master;
    file "db.bind";
    allow-query { localhost; };
};

cricket

Acme Byte & Wire
cricket at acmebw.com
www.acmebw.com

Attend our next DNS and BIND class!  See
www.acmebw.com/training.htm for the
schedule and to register for upcoming
classes.



More information about the bind-users mailing list