blocking Popups with Bind

Joe Kattner joe.kattner at adelphia.com
Wed Sep 19 18:38:29 UTC 2001


A simple shell solution:

for i in `cat url.list`; do printf "zone \"$i\" {\n\ttype master;\n\tfile
\"$i.db\";\n};\n"; done

I disagree with introducing bogus DNS information locally by claiming
authority for zones you do not own to alleviate popups. A proxy is a much
more suitable solution for filtering http content than blinding users by
redirecting DNS to bogus addresses, IMHO. My experience has been that people
that do this type of thing cause headaches for their users and themselves.

--Joe



-----Original Message-----
From: Frank [mailto:duranicub at gmx.net]
Sent: Wednesday, September 19, 2001 12:51 PM
To: bind-users at isc.org
Subject: blocking Popups with Bind



Hallo

iam able to block Popup Windows succesfully with Bind with simply adding
this Lines to the named.conf

zone "www.doubleclick.net" {
        type master;
        notify no;
        file "localhost.zone";
};


BUT, i have an large File with many Urls, how can i automatically 
adding the Content of this File to the named.conf ?
Has anybody a Idea 

--
Frank





More information about the bind-users mailing list