mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-03-24 05:20:17 +00:00
Merge branch 'thunix' of .tilde/.tilde into master
This commit is contained in:
@@ -40,3 +40,14 @@ zone "tilde.tilde" {
|
|||||||
type master;
|
type master;
|
||||||
file "/etc/bind/db.tilde.tilde";
|
file "/etc/bind/db.tilde.tilde";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "thunix.tilde" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders {
|
||||||
|
50.23.197.94;
|
||||||
|
208.43.71.243;
|
||||||
|
69.197.18.162;
|
||||||
|
70.39.97.253;
|
||||||
|
};
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user