-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os-adguardhome-maxit needs to support opnsense system DNS port #153
Comments
|
I am not running adguard home and I saw this exact problem. I had to apply the workaround to get this to work. What I am running is the nextdns resolver on port 53, and then having local unbound resolver running on a different port. I suspect based on reading the forums it is this change: The "workaround" may be necessary if this change remains permanent. |
|
Update v1.9 solved the issue. Plugin Changelog1.9
|
|
Thx for the feedback |
One of the new features in Opnsense 23.1.6 is:
system: register DNS service ports for unified use across core and pluginsHowever for those using
os-adguardhome-maxitwith Opnsense 23.1.6, the DHCP server no longer hands out a DNS server asos-adguardhome-maxitisn't advertising that its running the DNS service.See opnsense/core#6513 for more information, specifically opnsense/core#6513 (comment).
There is a workaround for those using DHCPv4 to manually specify the DNS server in the DHCPD configuration -- but this doesn't work for those using DHCPv6 with dynamic prefix.
The text was updated successfully, but these errors were encountered: