blocking Popups with Bind

Frank duranicub at gmx.net
Wed Sep 19 22:13:07 UTC 2001


i solved it .... i specified an output file and it works
bevor it was the stoutput who shos this crappy Format ;-)
thanks for all your Help !

My amed.conf looks now so:

------------------------------------------

# named.conf - configuration for bind
#
# Generated automatically by bindconf, alchemist et al.

options {
        directory "/var/named/";
forward only;
forwarders {
194.25.2.129;
145.253.2.11;
        };
};
logging {
       category lame-servers { null; };
        };

zone  "0.0.127.in-addr.arpa" {
        type master;
        file "0.0.127.in-addr.arpa.zone";
};


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


zone  "0.168.192.in-addr.arpa" {
          type master;
          file "0.168.192.in-addr.arpa";
};


zone  "home" {
          type master;
          file "home.zone";
};


zone "ad.ca.doubleclick.net" {
    type master;
    notify no;
    file "localhost.zone";
};
zone "ad.de.doubleclick.net" {
    type master;
    notify no;
    file "localhost.zone";
};
zone "ad.dk.doubleclick.net" {
    type master;
    notify no;
    file "localhost.zone";
};
zone "ad.doubleclick.net" {
    type master;
    notify no;
    file "localhost.zone";
};
zone "ad.es.doubleclick.net" {
    type master;
    notify no;
    file "localhost.zone";
};
zone "ad.fr.doubleclick.net" {
    type master;
    notify no;
    file "localhost.zone";
};

anso on and so on .....
------------------------------------------------------

Is this right so, any improvements and suggestions ?

Cheers  Frank



More information about the bind-users mailing list