DNS forwarding

Hi,

Is it possible to have RouterOS act as a DNS server, pointing to DNS servers for the queries but forward certain zones to a separate DNS server? With dnsmasq this can be done with:

server=/localhost/127.in-addr.arpa/0.in-addr.arpa/255.in-addr.arpa/intra.mydomain.net/1.168.192.in-addr.arpa/1.7.10.in-addr.arpa/192.168.200.10
server=223.33.79.60
server=88.140.27.71

The static entries seem to be served entirely as A records. What is needed however, is that queries for internal domains are forwarded to the internal DNS server (in this case 192.168.200.10) and all others to the DNS server of the provider.

Thanks!

Look at date of first post and weep:
Feature request: per-domain forwarding in DNS

But good news (sort of), the L7 hack from third post mostly works. Only for IPv4 and bypasses RouterOS cache, but better than nothing I guess.

Thank you, this is a nice hack.
I’ll implement it but this should really be a functionality of RouterOS :-/