Unbound - DNS over TLS

Started by spetrillo, May 17, 2020, 01:58:00 AM

Previous topic - Next topic
Hello all,

I am wanting to run DNS over TLS via Unbound. I have installed the Unbound addtl plugin  to provide this capability. I have setup Unbound custom options section to look as follows:

server:
private-domain: "plex.direct"

server:
forward-zone:
name: "."
forward-ssl-upstream: yes
forward-addr: 1.1.1.1@853
forward-addr: 1.0.0.1@853

Am I good?

Steve




Well I noticed something under Unbound, in the Misc section. The first attachment shows a section called DNS over TLS Servers. Should I be specifying them here rather than in the Custom Options under General? Should I have them in both places?

With your setup you could use the new field. I'll add a grid view for 20.1.8 so you can add them line by line with certificate checks (which you dont use currently)

Thanks for the assist here.