Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mrrobot12

#1
Quote from: gspannu on March 20, 2025, 06:07:05 PM1) Upstream DNS servers:

Code Select Expand
#Add or remove upstreams as appropriate
tls://one.one.one.one
https://dns.google/dns-query
https://cloudflare-dns.com/dns-query
quic://unfiltered.adguard-dns.com
# ————- #
# Local resolution via Unbound on Port 5353
[//]127.0.0.1:5353
[/use-application-dns.net/]127.0.0.1:5353
[/dns.resolver.arpa/]127.0.0.1:5353
[/in-addr.arpa/]127.0.0.1:5353

Is it possible only use local upstream unbound? so we no need public upstream.
I already try to use if only local unbound, it cannot works. Any suggestion?


Quote from: gspannu on March 20, 2025, 06:07:05 PMThis helps you avoid the unnecessary Unbound hop for external dns resolution, but will use Unbound for local client resolution.



However, if your intent was to use Unbound as a recursive authoritative DNS server; then you should keep your setup as is, but remove the DNS TLS entries (9.9.9.9:853/1.1.1.1:853) in Unbound settings and let Unbound resolve the queries itself (without sending these upstream).

Is there any way to see all records for external and internal dns resolution?