First commit, with zones

This commit is contained in:
root
2018-11-22 02:47:08 +00:00
parent 18f962bdfa
commit 4f0b3fe1f4
3 changed files with 55 additions and 0 deletions

21
named.conf.local Normal file
View File

@@ -0,0 +1,21 @@
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "example.com" {
type master;
file "/etc/bind/db.example.com";
};
zone "master.tilde" {
type master;
file "/etc/bind/db.master.tilde";
};
zone "team.tilde" {
type master;
file "/etc/bind/db.team.tilde";
};