summaryrefslogtreecommitdiffstats
path: root/config/named.conf
blob: 0d429efd84f940437b65fa3f20e5ec6057d65616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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";	
};