From 704d827a2ca8af1d4767c2cbf8ee9cf54d5e5812 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 4 Mar 2024 16:25:23 +0000 Subject: Initial commit --- config/named.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/named.conf (limited to 'config/named.conf') diff --git a/config/named.conf b/config/named.conf new file mode 100644 index 0000000..0d429ef --- /dev/null +++ b/config/named.conf @@ -0,0 +1,15 @@ +acl internal { + 192.168.1.0/24; +}; + +options { + forwarders { + 8.8.8.8; + 1.1.1.1; + }; + allow-query { internal; }; +}; +zone "wark.yulqen.org" IN { + type master; + file "/etc/bind/wark.yulqen.org.zone"; +}; -- cgit v1.2.3