From 887ba8b3bd14b45d4eccde8f55a69d16fb6495c6 Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Mon, 18 Jun 2012 15:45:11 -0700 Subject: [PATCH] [2005] about omittable "IN" default. --- doc/guide/bind10-guide.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index c9530b4eb7..d319109daf 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -2070,7 +2070,8 @@ what is XfroutClient xfr_client?? class The RR class of the zone - (normally IN) + (normally IN, and in that case + can be omitted in configuration) @@ -2096,10 +2097,10 @@ what is XfroutClient xfr_client?? > config add DDNS/zones > config set DDNS/zones[0]/origin example.org > config set DDNS/zones[0]/class IN +(Note: "class" can be omitted) > config add DDNS/zones[0]/update_acl {"action": "ACCEPT", "key": "key.example.org"} > config commit - (The class can be omitted). The TSIG key must be configured system wide (see .)