Reflecting on @Bruce's comment, you might be better off using content rules rather than L3 rules. You block "*" and then just allow added sites. https://documentation.meraki.com/MX/Firewall_and_Traffic_Shaping/Blocking_Websites_with_Content_Filtering_and_Layer_7_Firewall_Rules But it can be painful. When you create rules this way they don't kick in immediately. This is because of caching. So you can make a change, and really need to reboot to make sure. Also note that a simple web site can load components from lots of web sites, and you have to allow all of those as well for it to work. If you are in Chrome, go CTRL-SHIFT-I to enabled developer mode, click on the sources tab, load your web site, and then look at all of the sources referenced. You need to allow all of them. For example, to allow access to meraki.com, you need to allow about 30 (guestimate) additional URLs. There are so many they don't even fit on one page in the developer tools.
... View more