Domain Name

Can I shape Traffice to online Domain like gmail for exaple or live.com via mikrotik.
Thanks

you have to use nslookup to find out the IP addresses of those services, and then make queues for those IPs

C:\Users\Normis>nslookup google.com

Non-authoritative answer:
Name:    google.com
Addresses:  74.125.43.104
          74.125.43.105
          74.125.43.106
          74.125.43.147
          74.125.43.99
          74.125.43.103

By IP that could be pretty hard to do. Because…
gmail.com 74.125.87.19
writely.l.google.com 209.85.135.113 (Google docs)
maps.l.google.com 74.125.87.147

And they change for some countries.
Why is that shaping necessary?

you could make some script that resolves the address and updates your rules once in a while

Thanks all, can you provide me with this script !!!