From 2faa4f9ee2bc087d176d88b6fc4828e38bffd70d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 29 Jun 2018 13:03:57 +0000 Subject: [PATCH] And documentation. git-svn-id: file:///svn/unbound/trunk@4763 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/example.conf.in | 3 +++ doc/unbound.conf.5.in | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/doc/example.conf.in b/doc/example.conf.in index 55a088951..e9857b497 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -692,6 +692,9 @@ server: # Enable dns64 in module-config. Used to synthesize IPv6 from IPv4. # dns64-prefix: 64:ff9b::0/96 + # DNS64 ignore AAAA records for these domains and use A instead. + # dns64-ignore-aaaa: "example.com" + # ratelimit for uncached, new queries, this limits recursion effort. # ratelimiting is experimental, and may help against randomqueryflood. # if 0(default) it is disabled, otherwise state qps allowed per zone. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index c0ef1ab91..0197c0000 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1653,6 +1653,12 @@ It must be /96 or shorter. The default prefix is 64:ff9b::/96. .B dns64\-synthall: \fI\fR Debug option, default no. If enabled, synthesize all AAAA records despite the presence of actual AAAA records. +.TP +.B dns64\-ignore\-aaaa: \fI\fR +List domain for which the AAAA records are ignored and the A record is +used by dns64 processing instead. Can be entered multiple times, list a +new domain for which it applies, one per line. Applies also to names +underneath the name given. .SS "DNSCrypt Options" .LP The -- 2.47.3