Use the * to establish a base rule associated
with a DNS server, and use rules with more tokens to build exceptions
to the rule, which you associate with different servers. The
tie-breaking algorithm will select the most specific match, based
on the number of matched tokens. | Rule: *.corporation.com —
DNS server A Rule: www.corporation.com —
DNS server B Rule: *.internal.corporation.com —
DNS server C Rule: www.internal.corporation.com —
DNS server D FQDN: mail.internal.corporation.com —
matches DNS server C FQDN: mail.corporation.com —
matches DNS server A |