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!