I thought I would "try something simple" today, and (of course) it wasn't.
I thought I would try to set up a rule to redirect all references to amazon.com or www.amazon.com from my LAN to go to smile.amazon.com instead, for the obvious reasons.
First I tried using the proxy, as suggested here. It didn't work, probably because the advice was from 2008 and since then, all traffic is https-itized at the earliest possible opportunity.
Then I tried using DNS static with a regexp of ^(www\.|)amazon\.com (this is from Winbox, not Terminal, so the backslash levels are OK). But it doesn't do anything. I've flushed my computer's DNS cache, and I know the MikroTik's DNS feature is enabled properly because I use it for other stuff.
Is there an easy way to do this?