Let's say I have a 1Mbps link to the internet. I want to create a list of "important urls". All urls that are NOT in the "important urls" list can only use 500kbps while all URLs in the "important urls" list get to use the full 1Mbps. Is this possible? Can I implement this using delay pools? In one line: I want to limit everything except a list of urls. Thank you