Sunday, January 23, 2011

Script DNS (named.conf)

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

zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";
};
zone "smk.net" {
    type master;
    file "/etc/bind/db.for";
};
zone "3.168.192.in-addr.arpa" {
    type master;
    file "/etc/bind/db.rev";
};
include "/etc/bind/named.conf.local";




 Atau Script DNS dapat di download di sini

No comments:

Post a Comment