thanks, fixed.
On 2019/07/26 12:18, [email protected] wrote:
> Synopsis: example DNS-over-TLS port in unbound.conf is 953 instead of 853
> Category: unbound DNS-over-TLS
> Environment:
> System : OpenBSD 6.5
> Details : OpenBSD 6.5-current (GENERIC.MP) #139: Wed Jul 24
> 05:11:28 MDT 2019
>
> [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
>
> Architecture: OpenBSD.amd64
> Machine : amd64
> Description:
> example port is 953 instead of 853 in forward-addr example in
> /usr/src/etc/unbound.conf
> How-To-Repeat:
> see /usr/src/etc/unbound.conf
> Fix:
>
> Index: etc/unbound.conf
> ===================================================================
> RCS file: /cvs/src/etc/unbound.conf,v
> retrieving revision 1.15
> diff -u -p -u -r1.15 unbound.conf
> --- etc/unbound.conf 15 Jul 2019 10:18:20 -0000 1.15
> +++ etc/unbound.conf 26 Jul 2019 17:08:03 -0000
> @@ -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
>
>
>
>
>