Skip to content

Commit

Permalink
Use braces in config examples
Browse files Browse the repository at this point in the history
We document them as explicitly required, `unwind -dnvf...' spits them
out like this and the last `force' example uses them as well.
  • Loading branch information
klemensn committed Oct 24, 2021
1 parent 0b84e47 commit ba90635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sbin/unwind/unwind.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $OpenBSD: unwind.conf.5,v 1.30 2021/08/31 20:28:45 kn Exp $
.\" $OpenBSD: unwind.conf.5,v 1.31 2021/10/24 15:57:17 kn Exp $
.\"
.\" Copyright (c) 2018 Florian Obser <florian@openbsd.org>
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
Expand All @@ -18,7 +18,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: August 31 2021 $
.Dd $Mdocdate: October 24 2021 $
.Dt UNWIND.CONF 5
.Os
.Sh NAME
Expand Down Expand Up @@ -150,8 +150,8 @@ block list "/etc/blocklist" log
.Pp
Define a DNS over TLS (DoT) forwarder and make it the preferred resolver:
.Bd -literal -offset indent
forwarder 192.168.1.250 port 8080 authentication name "resolver.local" DoT
preference DoT
forwarder { 192.168.1.250 port 8080 authentication name "resolver.local" DoT }
preference { DoT }
.Ed
.Pp
Where a domain requires a specific nameserver
Expand Down

0 comments on commit ba90635

Please sign in to comment.