DNS

Wildcard DNS Record

A DNS record using an asterisk (*) that matches any subdomain not explicitly defined, commonly used for catch-all routing in multi-tenant SaaS platforms. A wildcard A record for *.example.com resolves any undefined subdomain to a single IP. Wildcard records do not match multiple label levels — *.example.com matches foo.example.com but not foo.bar.example.com.

関連プロトコル

関連項目