Providing Bind9 Nameserver configuration steps on FreeBSD

This commit is contained in:
byteworkshosting
2013-03-12 15:06:14 +01:00
parent c7eccd6086
commit c6477f345f
4 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
zone "default.zone" {
type master;
file "/etc/namedb/master/default.zone";
};