OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: Morta on August 07, 2023, 08:04:12 PM

Title: How I can tell unbound to use DoT if ISP nativly?
Post by: Morta on August 07, 2023, 08:04:12 PM
Hi!

How I can tell Unbound to use DoT of my ISP? They provide both DNS and DoT.

Cheers
Title: Re: How I can tell unboud to use DoH if ISP nativly?
Post by: slackadelic on August 07, 2023, 08:06:06 PM
Services -> Unbound DNS -> DNS over TLS

Set your server addresses and ports there and Unbound will utilize that.
Make sure "Use System Nameservers" is unchecked at the top.
Title: Re: How I can tell unbound to use DoH if ISP nativly?
Post by: Maurice on August 07, 2023, 08:45:46 PM
DoH or DoT? Unbound only supports DoT for upstream queries.

Cheers
Maurice
Title: Re: How I can tell unbound to use DoT if ISP nativly?
Post by: Morta on August 07, 2023, 08:49:34 PM
Sorry DoT
Title: Re: How I can tell unbound to use DoT if ISP nativly?
Post by: Maurice on August 07, 2023, 08:58:06 PM
Then just like @slackadelic said. DoT servers must always be configured statically.
Title: Re: How I can tell unbound to use DoT if ISP nativly?
Post by: Morta on August 07, 2023, 09:15:09 PM
Thx