From ce569e49bac3b1c74582f821d82073178a0aabb1 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 2 Apr 2021 15:54:35 +0000 Subject: [PATCH] Add julian.tilde Add julian.tilde to the main config file @ubergeek this is almost ready --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index 0645827..034dfe4 100644 --- a/named.conf.local +++ b/named.conf.local @@ -145,3 +145,8 @@ zone "paper.tilde" { type master; file "/etc/bind/db.paper.tilde"; }; + +zone "julian.tilde" { + type master; + file "/etc/bind/db.julian.tilde"; +} \ No newline at end of file