On page https://documentation.meraki.com/MX/Firewall_and_Traffic_Shaping/MX_Firewall_Settings#FQDN_Support we learned how FQDN Support works. This feature allows a wildcard character * (= asterisk) in the Destination column which is quite handy for "big" domains like microsoft or windows.
But that page does not explain how the pattern matching works exactly.
Given one of the following possible strings in Destination column:
*.microsoft.com
*microsoft.com
.microsoft.com
microsoft.com
my question would be how the following hostnames (extracted from typical URLs) would match:
w3.microsoft.com
microsoft.com
fakemicrosoft.com
.microsoft.com
I'd hate to test all of these one by one. My favourite would be someone from Meraki to add it to the documentation page.