More on-- Is this setup OK?

Ian Wark ianshoko at ybb.ne.jp
Thu Oct 21 05:09:03 UTC 2004


Barry, I have the following setup, with the zone file in the etc directory.
[named.conf]

options {
    directory "/WINDOWS/system32/dns/etc";
};

zone "martyskinder.dip.jp" IN {
    type master;
    file "martyskinder.dip.jp.zone";
    allow-query { any; };
    notify no;
};

[martyskinder.dip.jp.zone]

$TTL 86400                               
@         IN SOA   martyskinder.dip.jp. ianwark.hotmail.com. (
                        2003072400    ; serial
                        3H            ; refresh
                        15M           ; retry
                        1W            ; expiry
                        1D )          ; minimum
             
www       IN CNAME     martyskinder.dip.jp

Ian Wark



More information about the bind-users mailing list