Three small unrelated things but one mail since its easier:

1. the DNS code is REFUSED not refused
2. `stub' learns from SLAAC not just DHCP
3. The `block' example's wording reads like it blocks clients due to
   the preposition;  also, use "domain" like the `block list file [log]'
   text says.

OK?


Index: unwind.conf.5
===================================================================
RCS file: /cvs/src/sbin/unwind/unwind.conf.5,v
retrieving revision 1.27
diff -u -p -r1.27 unwind.conf.5
--- unwind.conf.5       20 Feb 2021 12:37:59 -0000      1.27
+++ unwind.conf.5       24 Jul 2021 13:45:07 -0000
@@ -68,7 +68,7 @@ A file containing domains to block, one 
 If a domain from this list is queried
 .Nm unwind
 answers with a return code of
-.Cm refused .
+.Dv REFUSED .
 With
 .Cm log
 blocked queries are logged.
@@ -94,7 +94,7 @@ DNS name server types are:
 .Pp
 .Bl -tag -width "forwarder" -compact
 .It Ic stub
-Name servers learned via DHCP, queried using the libc functions.
+Name servers learned via DHCP or SLAAC, queried using the libc functions.
 See
 .Xr asr_run 3 .
 Will never validate.
@@ -141,7 +141,7 @@ The default
 configuration file.
 .El
 .Sh EXAMPLES
-Block requests from hostnames in
+Block requests for domains in
 .Pa /etc/blocklist
 and log each blocked request:
 .Bd -literal -offset indent

Reply via email to