Is there any way I can setup BIND with DNS-DLZ to answer xxx.org requests as it were xxx.com zone? I want to avoid maintaining multiple zones with the exact same data.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
As long as the zone contents are identical, just re-use the same zone file. This obviously means all labels in the zone file must be relative, i.e.:
is ok, but
is not. |
|||