summaryrefslogtreecommitdiffstats
path: root/run/configs/etc/bind/named.conf
blob: e05e8f766152f7919051ac5b23ee3417e7d85407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
options {
	allow-query { any; };
	allow-recursion { none; };
	allow-transfer { none; };
	directory "/var/bind";
	listen-on-v6 { none; };
	pid-file "/var/run/named/named.pid";
	recursion no;
};

zone "alejandro-colomar.com" {
	file "master/alejandro-colomar.com";
	type master;
};

zone "168.10.in-addr.arpa" IN {
	file "master/10.168";
	type master;
};