How to create DNS catch-all entry (wildcard) in Windows 2008 R2?
How to create entry in DNS to catch-all queries (wildcard)? For example domain.local
with IP 192.168.1.1 and any subdomain to that will respond with same ip (bbbaasa.domain.local, aaa.domain.local - 192.168.1.1)?
Create an A record of *
within the forward lookup zone for domain.local
pointing to 192.168.1.1
.