aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/templates/named_master.conf
blob: 27808060aec2766e032f4cfae100520f1f7519d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inclzone "mageia.org" IN {
	type master;
	file "master/mageia.org";
	allow-update { none; };
};

zone "mageia.fr" IN {
	type master;
	file "master/mageia.fr";
	allow-update { none; };
};