Michael Sullivan wrote:
bullet log # cat /etc/bind/named.conf
options {
        directory "/etc/bind";
        };

zone "espersunited.com" in {
        type master;
        file "db.espersunited.com";
        };

zone "." in {
        type hint;
        file "db.cache";
        };

pid-file "/var/run/named/named.pid";

It still won't start.


options {
        directory "/etc/bind";
        pid-file "/var/run/named/named.pid";
}

is the correct syntax.

kashani
--
[email protected] mailing list

Reply via email to