From 67271c4dc8cffc10f6d5fdf002a7f72b5ca23622 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 22 Aug 2019 12:40:25 +0000 Subject: [PATCH] Taking over the ca.tilde zone, project incoming --- db.ca.tilde | 4 ++-- named.conf.local | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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"; +};