In this article
If local DNS resolution is failing the likely cause is that either EDNS isn't supported or a firewall is blocking EDNS queries.
Follow these steps to resolve this issue.
- In your device Terminal, open DNSFilter Agent daemon.conf
a. see issue diagnostics for steps to navigate to the daemon.conf file - Add the following option to the top of the configuration file:
IncludeLocalResolversEdnsRecords=false
Before
After
- Restart the daemon.conf
-
launchctl unload /Library/LaunchDaemons/com.dnsfilter.agent.macos.helper.plist launchctl load /Library/LaunchDaemons/com.dnsfilter.agent.macos.helper.plist
-
launchctl unload /Library/LaunchDaemons/io.netalerts.agent.macos.helper.plist launchctl load /Library/LaunchDaemons/io.netalerts.agent.macos.helper.plist
-
- Restart the machine to apply the change
Comments
0 comments
Article is closed for comments.