Added your.tilde zone file

This commit is contained in:
root
2018-11-24 00:49:15 +00:00
parent 81f0148e5a
commit e5f6a8ea41
2 changed files with 19 additions and 3 deletions

View File

@@ -17,11 +17,11 @@ zone "team.tilde" {
};
zone "your.tilde" IN {
type forward;
forwarders { 149.56.184.112; };
type master;
file "/etc/bind/db.your.tilde";
};
zone "chat.tilde" {
tpye master;
type master;
file "/etc/bind/db.chat.tilde";
};