summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/examples/flat/zone.conf
blob: 0ccc7f61f04b3f1a296b044191ab610103aff20e (plain)
1
2
3
4
5
6
7
8
9
10

zone "example.NET." in {
	type master;
	file "example.net./zone.db.signed";
};

zone "sub.example.NET." in {
	type master;
	file "sub.example.net./zone.db.signed";
};