On Thu, May 19, 2011 at 17:05, Tim <ignored_mailbox@xxxxxxxxxxxx> wrote: > I do something similar with my DNS server. ÂI have a dead zone file, > which produces instant fails to any queries to any domain names I > associate it with. ÂIt gives me neat, central, management of all > computers on the LAN. ÂMy named.conf file also has these other > google-related domains: > > zone "googlesyndication.com" Â Â{ type master; file Â"dead.zone"; }; > zone "googleservices.com" Â Â Â { type master; file Â"dead.zone"; }; > zone "googleadservices.com" Â Â { type master; file Â"dead.zone"; }; > zone "google-analytics.com" Â Â { type master; file Â"dead.zone"; }; > > And this is the dead.zone file: > > $TTL 86400 > @ Â Â Â IN Â Â ÂSOA Â Â ns.localdomain. Âhostmaster.mail.localdomain. ( > Â Â Â Â Â Â Â Â Â Â Â Â200 ; serial > Â Â Â Â Â Â Â Â Â Â Â Â28800 ; refresh > Â Â Â Â Â Â Â Â Â Â Â Â7200 ; retry > Â Â Â Â Â Â Â Â Â Â Â Â604800 ; expire > Â Â Â Â Â Â Â Â Â Â Â Â86400 ; ttl > Â Â Â Â Â Â Â Â Â Â Â Â) > > > Â Â Â ÂIN Â Â ÂNS Â Â Âns.localdomain. > > Essentially, it's a wildcard "no answer" for the domain, and any > subdomain. > > -- > [tim@localhost ~]$ uname -r > 2.6.27.25-78.2.56.fc9.i686 > > Don't send private replies to my address, the mailbox is ignored. ÂI > read messages from the public lists. > Is that for your entire network, or just one computer? If it's just for the one machine, you might find it easier to maintain a simple hosts file. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines