From dd423366905047d520046447e00d14fcdbde4806 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 1 Mar 2013 19:20:28 -0800 Subject: [PATCH] [master] remove programlistings from table entries --- doc/arm/Bv9ARM-book.xml | 48 ++++++++++------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 22e1230109..da6b76687d 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -11313,50 +11313,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.