Taking over the ca.tilde zone, project incoming

This commit is contained in:
Ubergeek 2019-08-22 12:40:25 +00:00
parent 61b4f75d08
commit 67271c4dc8
2 changed files with 7 additions and 2 deletions

View File

@ -9,10 +9,10 @@ $TTL 604802
2419200 ; Expire 2419200 ; Expire
604800 ) ; Negative Cache TTL 604800 ) ; Negative Cache TTL
; ;
IN A 142.44.189.34 IN A 213.239.234.117
; ;
IN NS ns1.master.tilde. IN NS ns1.master.tilde.
IN NS ns2.master.tilde. IN NS ns2.master.tilde.
IN NS ns5.master.tilde. IN NS ns5.master.tilde.
@ IN A 142.44.189.34 @ IN A 213.239.234.117

View File

@ -121,3 +121,8 @@ zone "tilde.best" {
type master; type master;
file "/etc/bind/db.tilde.best"; file "/etc/bind/db.tilde.best";
}; };
zone "ca.tilde" {
type master;
file "/etc/bind/db.ca.tilde";
};