Adding chat.tilde

This commit is contained in:
root
2018-11-24 00:27:24 +00:00
parent d782dbe791
commit 81f0148e5a
2 changed files with 22 additions and 0 deletions

View File

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