// This bind zone is intended to be included in a running dns server for a local net // // It will return a 127.0.0.1 for the domains listed as spyware // // Please visit www.malwaredomains.com for more information and to report // mislabeled domains // // Configure your DNS server to read the zones from the Boot file. // Remove these comments and append this file to your MS Boot file. // // Thanks! zone "avsmanufacture.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "clsubring.net" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "files-secure.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "happycards2008.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "newyearcards2008.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "somemisc.info" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "sysprocedure.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "uhavepostcard.com" {type master; file "/etc/namedb/blockeddomain.hosts";};