To match both example.com and the subdomain www.example.com in Local DNS Mapping and have them resolve using system DNS, we need two rules:
example.com = server:syslib
*.example.com = server:syslib
Support for DOMAIN-SUFFIX solves this problem and reduces duplication of configuration.