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 - Genshii

#1
Quote from: Monviech (Cedrik) on May 23, 2025, 10:35:42 AMYou can additionally try out:

Code Select Expand
opnsense-patch https://github.com/opnsense/core/commit/3b8e4a6ab6f74c24eca3b34d8ae0370a4ce494b8
It should prevent SERVFAIL if an entry is known by dnsmasq because it will be authoritative for the local domain.

Just want to report that this patch fixed the (seemingly) strange DNS timeout issues I was having for local domains after switching to Unbound + Dnsmasq DHCP. Eventually traced it to Dnsmasq failing to resolve my local domains. The strange part is that it was intermittent. If I tried the request a few times it would eventually work. With the patch, everything seems to be working as expected.