# by my hand
options {
	directory "/var/named";
	forwarders{
		212.27.32.5;
		212.27.32.6;
		212.27.32.176;
		212.27.32.177;
		213.228.0.70;
	};
	pid-file "/var/run/named/named.pid";
	statistics-file "/var/log/named/named.log";
	dump-file "/var/log/named/named_db.log";
		/*
	 * If there is a firewall between you and nameservers you want
	 * to talk to, you might need to uncomment the query-source
	 * directive below.  Previous versions of BIND always asked
	 * questions using port 53, but BIND 8.1 uses an unprivileged
	 * port by default.
	 */	query-source address * port 53;
	version "GNU !";
	also-notify{
		212.27.32.5;
		212.27.32.6;
		212.27.32.176;
		212.27.32.177;
		213.228.0.70;
	};
};

acl local{
	82.67.59.175;192.168.1.0/24;
};

acl world{
	any;!82.67.59.175;!192.168.1.0/24;127.0.0.1;
};

// generated by named-bootconf.pl
// secret must be the same as in /etc/rndc.conf
key "rndc-key" {
	algorithm hmac-md5;
	secret "*****";
	};

controls {
	inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; };
};


view "local" {
	match-clients { local; };
	recursion yes;
	allow-recursion { local; };
	
zone "." {
	type hint;
	file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
	type master;
	file "named.local";
};
zone "1.168.192.in-addr.arpa" {
	type master;
	file "/var/named/192.168.1.1.rev";
	notify yes;
	allow-update {
		192.168.1.1;
		key "rndc-key";
		};
};
zone "system-linux.net" {
	type master;
	file "/var/named/system-linux.net.hosts";
	notify yes;
	allow-update{
		192.168.1.1;
		 key "rndc-key";
	};
};
zone "les-lions.com" {
	type master;
	file "/var/named/les-lions.com.hosts";
	notify yes;
};
zone "mrap70-hericourt.net" {
	type master;
	file "/var/named/mrap70-hericourt.net.hosts";
	notify yes;
};
zone "taverne-du-chateau.net" {
	type master;
	file "/var/named/taverne-du-chateau.net.hosts";
	notify yes;
};
zone "la-bande-dessinee.com" {
	type master;
	file "/var/named/la-bande-dessinee.com.hosts";
	notify yes;
};
zone "tribune-alternative.net" {
	type master;
	file "/var/named/tribune-alternative.net.hosts";
	notify yes;
};
zone "scoutsvielsalm.be" {
	type master;
	file "/var/named/scoutsvielsalm.be.hosts";
	notify yes;
};
zone "antoinedawans.be" {
	type master;
	file "/var/named/antoinedawans.be.hosts";
	notify yes;
};
zone "druides-arduina.org" {
	type master;
	file "/var/named/druides-arduina.org.hosts";
	notify yes;
};
zone "175.59.67.82.in-addr.arpa" {
	type master;
	file "/var/named/82.67.59.175.rev";
	notify yes;
	allow-update{
		192.168.1.1;
		 key "rndc-key";
	};
};
};

view "world" {
	match-clients { any; };
	recursion no;
	
zone "1.168.192.in-addr.arpa" {
	type master;
	file "/var/named/192.168.1.1.rev";
	notify yes;
	allow-update {
		192.168.1.1;
		key "rndc-key";
		};
};
zone "system-linux.net" {
	type master;
	file "/var/named/system-linux.net.hosts";
	notify no;
	allow-update{
		192.168.1.1;
		 key "rndc-key";
	};
};
zone "les-lions.com" {
	type master;
	file "/var/named/les-lions.com.hosts";
	notify no;
};
zone "mrap70-hericourt.net" {
	type master;
	file "/var/named/mrap70-hericourt.net.hosts";
	notify yes;
};
zone "taverne-du-chateau.net" {
	type master;
	file "/var/named/taverne-du-chateau.net.hosts";
	notify no;
};
zone "la-bande-dessinee.com" {
	type master;
	file "/var/named/la-bande-dessinee.com.hosts";
	notify no;
};
zone "tribune-alternative.net" {
	type master;
	file "/var/named/tribune-alternative.net.hosts";
	notify no;
};
zone "scoutsvielsalm.be" {
	type master;
	file "/var/named/scoutsvielsalm.be.hosts";
	notify no;
};
zone "antoinedawans.be" {
	type master;
	file "/var/named/antoinedawans.be.hosts";
	notify no;
};
zone "druides-arduina.org" {
	type master;
	file "/var/named/druides-arduina.org.hosts";
	notify no;
};
zone "175.59.67.82.in-addr.arpa" {
	type master;
	file "/var/named/82.67.59.175.rev";
	notify no;
	allow-update{
		192.168.1.1;
		 key "rndc-key";
	};
};
};