File: //etc/bind/named.conf
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian 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 "automoon.click" {
type master;
file "/etc/bind/domains/automoon.click";
};
zone "beartz.com" {
type master;
file "/etc/bind/domains/beartz.com";
};
zone "cryptoearnings2020.com" {
type master;
file "/etc/bind/domains/cryptoearnings2020.com";
};
zone "mowik.click" {
type master;
file "/etc/bind/domains/mowik.click";
};
zone "sunmoon.click" {
type master;
file "/etc/bind/domains/sunmoon.click";
};
zone "wowik.click" {
type master;
file "/etc/bind/domains/wowik.click";
};
zone "rainsanat.com" {
type master;
file "/etc/bind/domains/rainsanat.com";
};
zone "peeer.click" {
type master;
file "/etc/bind/domains/peeer.click";
};
zone "greeen.click" {
type master;
file "/etc/bind/domains/greeen.click";
};