- Fix unbound.conf(5) access-control description for precedence

and default.


git-svn-id: file:///svn/unbound/trunk@3492 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2015-09-22 13:04:53 +00:00
parent baedbe8ccd
commit 275a97e65f
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@
- Fix #705: ub_ctx_set_fwd() return value mishandled on windows. - Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
- testbound selftest also works in non-debug mode. - testbound selftest also works in non-debug mode.
- Fix minor error in unbound.conf.5.in - Fix minor error in unbound.conf.5.in
- Fix unbound.conf(5) access-control description for precedence
and default.
31 August 2015: Wouter 31 August 2015: Wouter
- changed windows setup compression to be more transparent. - changed windows setup compression to be more transparent.

View file

@ -373,6 +373,7 @@ a daemon. Default is yes.
The netblock is given as an IP4 or IP6 address with /size appended for a The netblock is given as an IP4 or IP6 address with /size appended for a
classless network block. The action can be \fIdeny\fR, \fIrefuse\fR, classless network block. The action can be \fIdeny\fR, \fIrefuse\fR,
\fIallow\fR, \fIallow_snoop\fR, \fIdeny_non_local\fR or \fIrefuse_non_local\fR. \fIallow\fR, \fIallow_snoop\fR, \fIdeny_non_local\fR or \fIrefuse_non_local\fR.
The most specific netblock match is used, if none match \fIdeny\fR is used.
.IP .IP
The action \fIdeny\fR stops queries from hosts from that netblock. The action \fIdeny\fR stops queries from hosts from that netblock.
.IP .IP