// NS2

options {
	query-source address 10.53.0.2;
	notify-source 10.53.0.2;
	transfer-source 10.53.0.2;
	port @PORT@;
	pid-file "named.pid";
	listen-on { 10.53.0.2; };
	listen-on-v6 { none; };
	allow-transfer { any; };
	minimal-any no;
	minimal-responses no;
	recursion no;
	notify yes;
};

{% include "_common/controls.conf.j2" %}

zone "c.p22.hack" {
	type primary;
	file "c.p22.hack.db";
};
