CVS: moonbase/net/bind POST_INSTALL,1.1,1.2
elaine at lunar-linux.org
elaine at lunar-linux.org
Wed Sep 17 20:21:49 GMT 2003
Update of /var/cvs/lunar/moonbase/net/bind
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20802
Modified Files:
POST_INSTALL
Log Message:
added usage examples for delegation-only type zones
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/bind/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL 30 Mar 2003 12:15:01 -0000 1.1
+++ POST_INSTALL 17 Sep 2003 20:21:46 -0000 1.2
@@ -34,3 +34,20 @@
cp $SOURCE_DIRECTORY/bin/rndc/rndc.conf /etc/rndc.conf.sample
fi
+cat << EOF
+ISC has added a patch to BIND intended to prevent domain registrars from misusing
+'wildcard' or 'synthesized' data. (E.g. Versign's attempt to direct mistyped
+domains to their own sites by adding wildcard records for .com and .net.
+
+To use this new bind feature for disabling verisign's .com, .net wildcards, add
+the following zones to a caching or recursive nameserver (/etc/named.conf):
+
+zone "net" {
+ type delegation-only;
+};
+
+zone "com" {
+ type delegation-only;
+};
+EOF
+
More information about the Lunar-commits
mailing list