diff --git a/db.ca.tilde b/db.ca.tilde index dfcbe5f..2bff86b 100644 --- a/db.ca.tilde +++ b/db.ca.tilde @@ -9,10 +9,10 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 142.44.189.34 + IN A 213.239.234.117 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. IN NS ns5.master.tilde. -@ IN A 142.44.189.34 \ No newline at end of file +@ IN A 213.239.234.117 diff --git a/named.conf.local b/named.conf.local index e827506..e42ded9 100644 --- a/named.conf.local +++ b/named.conf.local @@ -121,3 +121,8 @@ zone "tilde.best" { type master; file "/etc/bind/db.tilde.best"; }; + +zone "ca.tilde" { + type master; + file "/etc/bind/db.ca.tilde"; +};