// 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 Mon Nov 20 22:38:47 2017 (Mon Nov 20 22:38:47 2017 GMT) // zone "t0-ico.com" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "sirinlabs.website" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "www.fbcom.review" {type master; file "/etc/namedb/blockeddomain.hosts";}; zone "thewildingfestival.co.uk" {type master; file "/etc/namedb/blockeddomain.hosts";};