I’m currently using the DNS resolver that’s part of RouterOS for my local network. This is all fine and great, but I have servers defined for DNS and I’m also provided servers from my upstream provider via a DHCP client running on ether1. The built-in resolver uses the dynamic-servers for DNS and not my servers entry. Is there anyway to fix or work around this? The upstream DNS servers redirect me to some branded search page for things that don’t resolve and frequently don’t resolve things that they should. Thanks!
maybe you skip those DNS servers altogether:
/ip dhcp-client set use-peer-dns=noand add as static entries (if required) or add other DNS servers to DNS configuration.
Thank you so much!