diff --git a/db.ca.tilde b/db.ca.tilde index 9b37274e..e4909257 100644 --- a/db.ca.tilde +++ b/db.ca.tilde @@ -9,11 +9,11 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 107.206.239.11 + IN A 142.44.189.34 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. IN NS ns3.master.tilde. IN NS ns4.master.tilde. -@ IN A 107.206.239.11 \ No newline at end of file +@ IN A 142.44.189.34 \ No newline at end of file diff --git a/named.conf.local b/named.conf.local index 17d6b07a..2c6766d3 100644 --- a/named.conf.local +++ b/named.conf.local @@ -31,6 +31,11 @@ zone "nic.tilde" { file "/etc/bind/db.nic.tilde"; }; +zone "ca.tilde" { + type master; + file "/etc/bind/db.ca.tilde"; +}; + zone "ci.tilde" { type master; file "/etc/bind/db.ci.tilde";