From: Evan Hunt Date: Sat, 2 Mar 2013 03:20:49 +0000 (-0800) Subject: [v9_9] remove programlistings from table entries X-Git-Tag: v9.9.3b2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633e060c0053507cdefef456d636edc0c06d4be7;p=thirdparty%2Fbind9.git [v9_9] remove programlistings from table entries (cherry picked from commit dd423366905047d520046447e00d14fcdbde4806) --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 63938ff859d..5b60f61b8cc 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -10913,50 +10913,24 @@ zone zone_name class"*. IN A 100.100.100.2" + and + "*. IN AAAA 2001:ffff:ffff::100.100.100.2". - -zone "." { - type redirect; - file "redirect.db"; -}; - - - ...with the zone file - redirect.db containing the - following: - - -$TTL 300 -@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0 -@ IN NS ns.example.net -; -; NS records do not need address records in this zone as it is not in the -; normal namespace. -; -*. IN A 100.100.100.2 -*. IN AAAA 2001:ffff:ffff::100.100.100.2 - To redirect all Spanish names (under .ES) one - would use entries like these: + would use similar entries but with the names + "*.ES." instead of "*.". To redirect all + commercial Spanish names (under COM.ES) one + would use wildcard entries called "*.COM.ES.". - -*.ES. IN A 100.100.100.3 -*.ES. IN AAAA 2001:ffff:ffff::100.100.100.3 - - - And to redirect all commercial Spanish names - (under COM.ES) one would use entries like these: - - -*.COM.ES. IN A 100.100.100.4 -*.COM.ES. IN AAAA 2001:ffff:ffff::100.100.100.4 - Note that the redirect zone supports all possible types; it is not limited to A and - AAAA record. + AAAA records.