From 5d4f819ecd4080c3f2cbf1da992babab05227527 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Apr 2016 11:49:08 +0100 Subject: Actually notify xarci as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- named.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'named.conf') diff --git a/named.conf b/named.conf index ae6fb14..81d9440 100644 --- a/named.conf +++ b/named.conf @@ -15,7 +15,10 @@ options { hostname none; server-id none; notify no; - also-notify {178.79.157.58;}; + also-notify { + 178.79.157.58; // lucifer + 163.172.146.146; // xarci + }; }; zone "." IN { -- cgit v1.2.3-54-g00ecf