From b7842adb16b45492da96790745f38ce82649ebdf Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 23 Jan 2020 21:02:30 -0500 Subject: [PATCH] fixed missing braces --- named.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/named.conf.local b/named.conf.local index d9a15aa..29e023b 100644 --- a/named.conf.local +++ b/named.conf.local @@ -132,6 +132,8 @@ zone "club.tilde" { zone "anton.tilde" { type master; file"/etc/bind/db.anton.tilde"; +}; zone "am.tilde" { type master; file "/etc/bind/db.am.tilde"; +}; \ No newline at end of file