diff options
author | 2019-07-26 17:22:09 +0000 | |
---|---|---|
committer | 2019-07-26 17:22:09 +0000 | |
commit | 7c72bd798c4ab054ee4b76e98a35f5e0e2fada75 (patch) | |
tree | 80e85fc8ca5aba6d61724753219703f62bf70640 | |
parent | Whitespace tweak, fold long line. (diff) | |
download | wireguard-openbsd-7c72bd798c4ab054ee4b76e98a35f5e0e2fada75.tar.xz wireguard-openbsd-7c72bd798c4ab054ee4b76e98a35f5e0e2fada75.zip |
standard DoT port is 853 not 953; from myportslist20190323 at nym.hush.com
-rw-r--r-- | etc/unbound.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/unbound.conf b/etc/unbound.conf index e16b08c23c6..c6c29c6831b 100644 --- a/etc/unbound.conf +++ b/etc/unbound.conf @@ -1,4 +1,4 @@ -# $OpenBSD: unbound.conf,v 1.15 2019/07/15 10:18:20 dtucker Exp $ +# $OpenBSD: unbound.conf,v 1.16 2019/07/26 17:22:09 sthen Exp $ server: interface: 127.0.0.1 @@ -71,4 +71,4 @@ remote-control: # 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@953#resolver.hostname.example +# forward-addr: 192.0.2.53@853#resolver.hostname.example |