- Fix spelling in unbound.conf.5.in.

This commit is contained in:
W.C.A. Wijngaards 2020-02-14 07:54:49 +01:00
parent 00d622bed7
commit 77bdbc6e98
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
14 February 2020: Wouter
- Fix spelling in unbound.conf.5.in.
13 February 2020: Wouter
- tag for 1.10.0rc1 release.
12 February 2020: Wouter
- Fix with libnettle make test with dsa disabled.
- Fix contrib/fastrpz.patch to apply cleanly. Fix for serve-stale

View file

@ -65,7 +65,7 @@ server:
.SH "FILE FORMAT"
There must be whitespace between keywords. Attribute keywords end with a
colon ':'. An attribute is followed by a value, or its containing attributes
in which case it is refered to as a clause. Clauses can be repeated throughout
in which case it is referred to as a clause. Clauses can be repeated throughout
the file (or included files) to group attributes under the same clause.
.P
Files can be included using the
@ -2174,7 +2174,7 @@ Specify a string to be part of the log line, for easy referencing.
.TP
.B tags: \fI<list of tags>
Limit the policies from this RPZ clause to clients with a matching tag. Tags
need to be defined in \fBdefine\-tag\fR and can be assiged to client addresses
need to be defined in \fBdefine\-tag\fR and can be assigned to client addresses
using \fBaccess\-control\-tag\fR. Enclose list of tags in quotes ("") and put
spaces between tags. If no tags are specified the policies from this clause will
be applied for all clients.