Domain Wildcarding

Bob Steele rsteele at 1stlink.net
Thu Mar 29 02:54:40 UTC 2001


Does anyone know how to specify a wildcard for domains such that if the
server is asked for a domain other than what is specifically listed as a
zone would get the wildcard zone returned.  For example named.conf would
contain:

  zone "1stlink.net" IN {
        type master;
        file "1stlink.net.hosts";
  };
  zone "*" in {
        type master;
        file "named.all.others";
  };

whereas requests for 1stlink.net would resolve using the 1stlink.net.hosts
file and any other domains would resolve using the  named.all.others file.
Any help or direction would greatly be appreciated.
Bob Steele
email: rsteele at 1stlink.net




More information about the bind-users mailing list