Hello I am looking for best solution for my problem. I like to forward all DNS reqests to 1.1.1.1 but one site for example like mikrotik.com forward to local router DNS server. I first used nat but dont work with L7 next I work with magnle and action route these dont work too. What is the best solution?
Make a static entry for the domain you want to be handled by a different DNS server (typical local domain, in some local server)
So in DNS in the servers list add the general DNS servers like 1.1.1.1, 8.8.8.8, etc
In the static entries , add an entry not with the “A” name but with the “FWD” type and the desired domain (e.g.: for example like mikrotik.com) or regexp.
Let this DNS server be used, and the split will happen.
(Often used with your own domain, where public IP addresses are replaced by local IP addresses, for the internal users)
See help documentation “forward-to The IP address of a domain name server to which a particular DNS request must be forwarded.”
Thanks for reply but using local dns for all request is not possible in my configuration. I started GNS3 and I came up with solution I have to use netmap.