multiple wildcard entries
Posted
by
Murali
on Server Fault
See other posts from Server Fault
or by Murali
Published on 2011-11-12T01:29:43Z
Indexed on
2011/11/12
1:56 UTC
Read the original article
Hit count: 533
my client has around 300,000 domains and they just have a wildcard for all of them
* A 12.12.12.12
Now they want to create a sub domain that points to a different IP and still have the flexibility of wildcard, something like
ww1.* A 24.24.24.24
* A 12.12.12.12
Looks like in BIND, the lower "*" is catch-all and taking over every query and hence ww1 is not working.
One of solutions offered by IT folks was to create seperate 300K zones for just "ww1" and leave the "*" wildcard.
Are there any other DNS software's that can achieve this task easily?
Any other ways to deal?
© Server Fault or respective owner