diff options
author | Renato Botelho <renato@netgate.com> | 2016-02-17 11:17:17 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-02-17 11:17:17 -0200 |
commit | eea87801dfdf1b51cc56159a1b1eb69109b7c9e7 (patch) | |
tree | 1792ac0d334dd3ef5cf5459a0a61a5c0c86dccc0 /contrib/unbound/doc/example.conf | |
parent | 3882f7f0612f5660c6287cfa1ba025f2843a1957 (diff) | |
parent | 4aef3019513be35be30d1ea8ff5b072a743f99df (diff) | |
download | FreeBSD-src-eea87801dfdf1b51cc56159a1b1eb69109b7c9e7.zip FreeBSD-src-eea87801dfdf1b51cc56159a1b1eb69109b7c9e7.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'contrib/unbound/doc/example.conf')
-rw-r--r-- | contrib/unbound/doc/example.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/unbound/doc/example.conf b/contrib/unbound/doc/example.conf index 11c3ba9..37d58e4 100644 --- a/contrib/unbound/doc/example.conf +++ b/contrib/unbound/doc/example.conf @@ -508,13 +508,17 @@ server: # local-zone: "8.b.d.0.1.0.0.2.ip6.arpa." nodefault # And for 64.100.in-addr.arpa. to 127.100.in-addr.arpa. - # if unbound is running service for the local host then it is useful + # If unbound is running service for the local host then it is useful # to perform lan-wide lookups to the upstream, and unblock the # long list of local-zones above. If this unbound is a dns server # for a network of computers, disabled is better and stops information # leakage of local lan information. # unblock-lan-zones: no + # The insecure-lan-zones option disables validation for + # these zones, as if they were all listed as domain-insecure. + # insecure-lan-zones: no + # a number of locally served zones can be configured. # local-zone: <zone> <type> # local-data: "<resource record string>" |