diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2019-08-25 15:50:22 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2019-08-25 15:50:22 +0000 |
commit | ceb5dbe256fb4e226809dab0e9af1c6a39b023b4 (patch) | |
tree | e7542ba81cee7fbb69961ca30b5472eb328ce976 /etc | |
parent | de1f22ff0479afbadb4a5e9d207af5c5b5e4c08f (diff) |
space -> tabs
ok deraadt@ kn@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/unbound.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf index c6c29c6831b..f226d77fff0 100644 --- a/etc/unbound.conf +++ b/etc/unbound.conf @@ -1,4 +1,4 @@ -# $OpenBSD: unbound.conf,v 1.16 2019/07/26 17:22:09 sthen Exp $ +# $OpenBSD: unbound.conf,v 1.17 2019/08/25 15:50:21 ajacoutot Exp $ server: interface: 127.0.0.1 @@ -67,8 +67,8 @@ remote-control: # Use an upstream DNS-over-TLS forwarder and do not fall back to cleartext # if that fails. #forward-zone: -# name: "." -# forward-tls-upstream: yes # use DNS-over-TLS forwarder -# forward-first: no # do NOT send direct -# # the hostname after "#" is not a comment, it is used for TLS checks: -# forward-addr: 192.0.2.53@853#resolver.hostname.example +# name: "." +# forward-tls-upstream: yes # use DNS-over-TLS forwarder +# forward-first: no # do NOT send direct +# # the hostname after "#" is not a comment, it is used for TLS checks: +# forward-addr: 192.0.2.53@853#resolver.hostname.example |