From: JINMEI Tatuya Date: Sat, 8 Oct 2011 00:35:46 +0000 (-0700) Subject: [1209] updated the documentation about notes on initial setup X-Git-Tag: perftcpdns_before_epoll~37^2~17^2^2~6^2~1^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcbc2db0a515208db5cbfc5a2ba88c14120ba1bb;p=thirdparty%2Fkea.git [1209] updated the documentation about notes on initial setup --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 7263e3d9b7..6b55d98033 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1272,6 +1272,19 @@ TODO and care should be taken to enable IXFR. + + In the current development release of BIND 10, incoming zone + transfers are only available for SQLite3-based data sources, + that is, they don't work for an in-memory data source. + Furthermore, the corresponding SQLite3 database must be + configured with a list of zone names by hand. One possible way + to do this is to use the b10-loadzone command + to load dummy zone content of the zone for which the secondary + service is provided (and then force transfer using AXFR from the primary + server). In future versions we will provide more convenient way + to set up the secondary. + + To enable IXFR, you need to configure b10-xfrin with an explicit zone @@ -1311,12 +1324,6 @@ TODO version, at which point we will enable IXFR by default. - - In the current development release of BIND 10, incoming zone - transfers are only available for SQLite3-based data sources, - that is, they don't work for an in-memory data source. - -