Can we use wildcard (*) while declaring DNS zone
Issue
- Can we simplify the configuration of DNS zones using wildcard character as below -
zone "*.example.com" in {
type forward;
forward only;
forwarders { 192.168.1.1; 192.168.1.2; };
};
Environment
Red Hat Enterprise Linux 7
Red Hat Enterprise Linux 6
Red Hat Enterprise Linux 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.