diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index bceb40cb02..c020f111e3 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1199,10 +1199,9 @@ TODO
Incoming Zone Transfers
- The b10-xfrin process is started by
- bind10.
- It can be manually triggered to request an AXFR zone
- transfer. When received, it is stored in the BIND 10
+ Incoming zones are transferred using the b10-xfrin
+ process which is started by bind10.
+ When received, the zone is stored in the BIND 10
data store, and its records can be served by
b10-auth.
In combination with b10-zonemgr (for
@@ -1213,8 +1212,22 @@ TODO
The current development release of BIND 10 only supports
AXFR. (IXFR is not supported.)
+
+
+
+
+
To manually trigger a zone transfer to retrieve a remote zone,
you may use the bindctl utility.
@@ -1223,6 +1236,9 @@ TODO
> Xfrin retransfer zone_name="" master=
+
+
+
@@ -1329,28 +1345,34 @@ what is XfroutClient xfr_client??
-
- To enable forwarding, the upstream address and port must be
- configured to forward queries to, such as:
+
+ Forwarding
-
+
+
+ To enable forwarding, the upstream address and port must be
+ configured to forward queries to, such as:
+
+
> config set Resolver/forward_addresses [{ "address": "192.168.1.1", "port": 53 }]
> config commit
- (Replace 192.168.1.1 to point to your
- full resolver.)
-
+ (Replace 192.168.1.1 to point to your
+ full resolver.)
+
-
- Normal iterative name service can be re-enabled by clearing the
- forwarding address(es); for example:
+
+ Normal iterative name service can be re-enabled by clearing the
+ forwarding address(es); for example:
-
+
> config set Resolver/forward_addresses []
> config commit
-
+
+
+