In a harddrive accident /var/named, /var/named/etc , /var/named/etc/namedb is missing all of its files.. Is there a way to repopulate this information using directadmin since all dns was managed through there.
wget -O /etc/named.conf http://www.directadmin.com/named.conf
for i in `cat /etc/virtual/domains`; do { echo "zone \"$i\" { type master; file \"/var/named/$i.db\"; };"; }; done; >> /etc/named.conf