One Zone file for two domains
- by Kortex786
Hello,
I have to manage two domains :
compagny.com
copagny.bigcompagny.com
I use Bind9 on Debian Lenny.
I want to use one Zone file for both domains.
If I ask for server.compagny.com, it will give me address 10.0.0.1
If I ask for server.compagny.bigcompagny.com, it will give me the same address 10.0.0.1
I don't want to create twice the same files for my DNS Server : Too hard to maintain.
How can I do that ?
Thx