Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2023 20:46:31 +1000
From:      matti k <mattik@gwsit.com.au>
To:        LuMiWa <lumiwa@dismail.de>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: unbound
Message-ID:  <20230513204631.4262b899@ws1.wobblyboot.net>
In-Reply-To: <20230513053351.6e101f66@dismail.de>
References:  <20230513053351.6e101f66@dismail.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 May 2023 05:33:51 -0400
LuMiWa <lumiwa@dismail.de> wrote:

> Hi!
> 
> I am using unbound from ports on FreeBSD 13.2 Release for DNS over
> TLS. In unbound.conf I have:
> forward-zone:
>    name: "."
>    forward-tls-upstream: yes
>    forward-addr: 9.9.9.9@853#dns.quad9.net
>    forward-addr: 149.112.112.112@853#dns.quad9.net
> 
> It worked years without problem but this weeks stopped. I remowed
> forward-tls... and port 853 and it works again but it is not the same.
> 
> Thank you.
> 

I have 

$ cat /var/unbound/forward.conf
# Generated by resolvconf

forward-zone:
	name: "."
	forward-tls-upstream: yes		# Use DNS-over-TLS
	forward-first: no			# do NOT send direct

	forward-addr: 1.1.1.1@853#one.one.one.one
	forward-addr: 1.0.0.1@853#one.one.one.one

usually I will 

# service local_unbound restart
  (after a reboot)

https://1.1.1.1/help seems to confirm it is correct

I have no idea if I am doing it right !

yep help needed




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230513204631.4262b899>