Most easy would be through an address list which resolves the DNS-es of the desired sites to IPs, mangle and routing table:
Code:
/ip firewall address-listadd list=client_sites address=speedtest.net/ip firewall mangleadd action=mark-routing chain=prerouting dst-address-list=client_sites new-routing-mark=client_traffic/ip route add dst-address=0.0.0.0/0 gateway=ISP1_gateway routing-mark=client_traffic
Statistics: Posted by TheCat12 — Tue Mar 05, 2024 10:28 pm