// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the 
// structure of BIND configuration files in Debian, *BEFORE* you customize 
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";

zone	"gw.smart-stb.tv" IN{
	type master;
	file "/etc/bind/stb.db";
};

zone	"duplexiptv.com" IN{
	type master;
	file "/etc/bind/duplexiptv.db";
};

zone	"app.ss-iptv.com" IN{
	type master;
	file "/etc/bind/ssiptv.db";
};

zone	"go.iptvportal.ru" IN{
	type master;
	file "/etc/bind/iptvportal.db";
};

zone	"ivi.ru" IN{
	type master;
	file "/etc/bind/ivi.db";
};

zone	"tv.smartup.tv" IN{
	type master;
	file "/etc/bind/smartup.db";
};

zone	"apptv.ccma.cat" IN {
	type master;
	file "/etc/bind/tv3.db";
};

zone	"smarttv.sweet.tv" IN {
	type master;
	file "/etc/bind/sweet.db";
};

zone	"player.clouddy.online" IN{
	type master;
	file "/etc/bind/clouddy.db";
};

zone	"ott-play.com" IN{
	type master;
	file "/etc/bind/wow.db";
};
