I'm running a Vanilla DA server and I've configured master2slave. It puts the file into the web root correctly. Only problem is... It doesn't contain any information at all! Here's a few lines of what it puts in the file:
Did DA change it's way of dealing with the DNS since this script was last updated? Do I need to change something in my bind settings?
Any help would be highly appreciated.
# Created by master2slave
zone "example" { type master; file "/var/named/example.com"; };
zone "example2.com" { type master; file "/var/named/example2.com"; };
Did DA change it's way of dealing with the DNS since this script was last updated? Do I need to change something in my bind settings?
Any help would be highly appreciated.