Good afternoon
I would need to resolve certain domain names with a DNS server other then the one configured on my router
the addresses that need to be resolved with a different DNS are included in firewall address lists, the same I use to mangle and route to multiple VPNs connections depending on the specific URL
As far as I can see you can configure FW rules in Static DNS as static entries or by using regular expressions but that’s not my case
Following some guidance from found thru google search I also tried to create a FW rule for one of the address lists as follows
add type=FWD address-list=uk_vpn forward-to=xx.xxx.xx.x name=uk_vpn-dns where xx.xxx.xx.x is the VPN DNS server (that can be reached without any issue)
but it doesn’t work
does anybody knows (i) if it possible to create a conditional dns rule that use address lists; and (ii) how to properly configure it?
thank you very much