From 4570801bc40dbefa5eac8bda08c272bb5ac0c7c4 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 16 Oct 2014 09:37:56 +0000 Subject: [PATCH] - Documented dns64 configuration in unbound.conf man page. git-svn-id: file:///svn/unbound/trunk@3246 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ doc/unbound.conf.5.in | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 4e89f933e..c57f3b0c9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +16 October 2014: Wouter + - Documented dns64 configuration in unbound.conf man page. + 13 October 2014: Wouter - Fix #617: in ldns in unbound, lowercase WKS services. - Fix ctype invocation casts. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 11c77fdfe..ab31aa08a 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1082,6 +1082,17 @@ and the word "python" has to be put in the \fBmodule\-config:\fR option .TP .B python\-script: \fI\fR The script file to load. +.SS "DNS64 Module Options" +.LP +The dns64 module must be configured in the \fBmodule\-config:\fR "dns64 validator iterator" directive and be compiled into the daemon to be enabled. These settings go in the \fBserver:\fR section. +.TP +.B dns64\-prefix: \fI\fR +This sets the DNS64 prefix to use to synthesize AAAA records with. It must +be /96 or shorter. The default prefix is 64:ff9b::/96. +.TP +.B dns64\-synthall: \fI\fR +Debug option, default no. If enabled, synthesize all AAAA records despite the +presence of actual AAAA records. .SH "MEMORY CONTROL EXAMPLE" In the example config settings below memory usage is reduced. Some service levels are lower, notable very large data and a high TCP load are no longer -- 2.47.2