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)?
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 fordomain.local
pointing to192.168.1.1
.