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"; file "/etc/bind/db.tilde.tilde";
}; };
zone "thunix.tilde" { zone "thunix.tilde" IN {
type forward; type stub;
forward only; file "/etc/bind/db.thunix.tilde";
forwarders { masters {
50.23.197.94; 50.23.197.94;
208.43.71.243; 208.43.71.243;
69.197.18.162; 69.197.18.162;
70.39.97.253; 70.39.97.253;
}; };
}; };