wiki:Realisations/2010-2011/Projet/Core2/Documentation/DNS/Interne/NamedConfLocal

/etc/named/named.conf.local

zone "localhost" {
        type master;
        file "db/master.localhost";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "db/rev.localhost";
};

zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
        type master;
        file "db/rev6.localhost";
};
Last modified 14 years ago Last modified on May 24, 2011, 8:54:20 PM

Attachments (1)

Download all attachments as: .zip