Well, thankfully the author of BIND (the main DNS software) has created a patch so these wildcard records will be ignored. I created a RedHat 9 RPM for BIND 9.2.2 with the patch installed. If you are running your own DNS server and are also annoyed by this you can upgrade your bind with my bind RPMS and add these entries to your /etc/named.conf next to your other zones after upgrading:
- Code: Select all
zone "com" {
type delegation-only;
};
zone "net" {
type delegation-only;
};
You can either install/upgrade your bind using apt for RedHat if you have my repository in your sources.list or you can grab them directly from here:
http://voidmain.is-a-geek.net/files/RPMS/
For more information see:
http://isc.org/products/BIND/delegation-only.html
http://www.theregister.co.uk/content/6/32852.html
http://www.theregister.co.uk/content/6/32872.html
http://www.theregister.co.uk/content/6/32873.html
http://www.theregister.co.uk/content/6/32926.html
http://www.theregister.co.uk/content/6/32933.html
http://www.icann.org/announcements/advisory-19sep03.htm


