Making fix for thunix.tilde

This commit is contained in:
root 2018-12-05 17:29:20 +00:00
parent acd194a8c8
commit 71e81e065b
1 changed files with 5 additions and 5 deletions

View File

@ -41,13 +41,13 @@ zone "tilde.tilde" {
file "/etc/bind/db.tilde.tilde";
};
zone "thunix.tilde" {
type forward;
forward only;
forwarders {
zone "thunix.tilde" IN {
type stub;
file "/etc/bind/db.thunix.tilde";
masters {
50.23.197.94;
208.43.71.243;
69.197.18.162;
70.39.97.253;
};
};
};