summaryrefslogtreecommitdiffstats
path: root/config/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/named.conf')
-rw-r--r--config/named.conf15
1 files changed, 15 insertions, 0 deletions
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";
+};