// 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 malware // // 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! // Updated Tue Oct 16 21:56:01 2018 (Tue Oct 16 20:56:01 2018 GMT) // zone "surveygizmo.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "vintage-hair.co.uk" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "workingcowdog.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "zarboh-online.com" {type master; file "/etc/namedb/blockeddomain.hosts";};