mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
First commit, with zones
This commit is contained in:
21
named.conf.local
Normal file
21
named.conf.local
Normal 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";
|
||||
};
|
||||
Reference in New Issue
Block a user