mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 16:49:35 -05:00
- nitpick fixes in example.conf.
git-svn-id: file:///svn/unbound/trunk@4603 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
55b5227431
commit
6f4451b761
2 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
5 April 2018: Wouter
|
5 April 2018: Wouter
|
||||||
- Combine write of tcp length and tcp query for dns over tls.
|
- Combine write of tcp length and tcp query for dns over tls.
|
||||||
|
- nitpick fixes in example.conf.
|
||||||
|
|
||||||
3 April 2018: Wouter
|
3 April 2018: Wouter
|
||||||
- Fix #4043: make test fails due to v6 presentation issue in macOS.
|
- Fix #4043: make test fails due to v6 presentation issue in macOS.
|
||||||
|
|
|
||||||
|
|
@ -630,7 +630,7 @@ server:
|
||||||
# o inform acts like transparent, but logs client IP address
|
# o inform acts like transparent, but logs client IP address
|
||||||
# o inform_deny drops queries and logs client IP address
|
# o inform_deny drops queries and logs client IP address
|
||||||
# o always_transparent, always_refuse, always_nxdomain, resolve in
|
# o always_transparent, always_refuse, always_nxdomain, resolve in
|
||||||
# that way but ignore local data for that name.
|
# that way but ignore local data for that name
|
||||||
# o noview breaks out of that view towards global local-zones.
|
# o noview breaks out of that view towards global local-zones.
|
||||||
#
|
#
|
||||||
# defaults are localhost address, reverse for 127.0.0.1 and ::1
|
# defaults are localhost address, reverse for 127.0.0.1 and ::1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue