File: //etc/named.conf,v
head 1.7;
access;
symbols;
locks
root:1.7; strict;
comment @# @;
1.7
date 2018.05.02.19.40.31; author root; state Exp;
branches;
next 1.6;
1.6
date 2018.04.16.19.39.59; author root; state Exp;
branches;
next 1.5;
1.5
date 2018.03.29.19.39.48; author root; state Exp;
branches;
next 1.4;
1.4
date 2018.03.07.20.39.47; author root; state Exp;
branches;
next 1.3;
1.3
date 2018.02.13.20.42.40; author root; state Exp;
branches;
next 1.2;
1.2
date 2018.02.01.11.53.02; author root; state Exp;
branches;
next 1.1;
1.1
date 2018.02.01.11.52.42; author root; state Exp;
branches;
next ;
desc
@@
1.7
log
@"Modified by /usr/local/cpanel/scripts/fixnamedviews Initial checkin editviewdirective: external"
@
text
@include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
options {
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
// query-source port 53;
recursion no;
/* We no longer enable this by default as the dns posion exploit
has forced many providers to open up their firewalls a bit */
// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
pid-file "/var/run/named/named.pid";
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
/* memstatistics-file "data/named_mem_stats.txt"; */
allow-transfer { "none"; };
};
logging {
channel default_log {
file "/var/log/named/named.log" versions 5 size 128M;
print-time yes;
print-severity yes;
print-category yes;
severity warning;
};
category default { default_log; };
category general { default_log; };
};
// All BIND 9 zones are in a "view", which allow different zones to be served
// to different types of client addresses, and for options to be set for groups
// of zones.
//
// By default, if named.conf contains no "view" clauses, all zones are in the
// "default" view, which matches all clients.
//
// If named.conf contains any "view" clause, then all zones MUST be in a view;
// so it is recommended to start off using views to avoid having to restructure
// your configuration files in the future.
view "localhost_resolver" {
/* This view sets up named to be a localhost resolver ( caching only nameserver ).
* If all you want is a caching-only nameserver, then you need only define this view:
*/
match-clients { 127.0.0.0/24; };
match-destinations { localhost; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
/* these are zones that contain definitions for all the localhost
* names and addresses, as recommended in RFC1912 - these names should
* ONLY be served to localhost clients:
*/
include "/var/named/named.rfc1912.zones";
};
view "internal" {
/* This view will contain zones you want to serve only to "internal" clients
that connect via your directly attached LAN interfaces - "localnets" .
*/
match-clients { localnets; };
match-destinations { localnets; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// include "/var/named/named.rfc1912.zones";
// you should not serve your rfc1912 names to non-localhost clients.
// These are your "authoritative" internal zones, and would probably
// also be included in the "localhost_resolver" view above :
zone "srv.bison-studio.com" {
type master;
file "/var/named/srv.bison-studio.com.db";
};
zone "bison-studio.com" {
type master;
file "/var/named/bison-studio.com.db";
};
zone "balzunettatowers.com" {
type master;
file "/var/named/balzunettatowers.com.db";
};
zone "bluebar.com.mt" {
type master;
file "/var/named/bluebar.com.mt.db";
};
zone "casinospielepro.com" {
type master;
file "/var/named/casinospielepro.com.db";
};
zone "cru.com.mt" {
type master;
file "/var/named/cru.com.mt.db";
};
zone "fishwisetackle.com" {
type master;
file "/var/named/fishwisetackle.com.db";
};
zone "fridericusrex.com" {
type master;
file "/var/named/fridericusrex.com.db";
};
zone "goldcrestclub.com" {
type master;
file "/var/named/goldcrestclub.com.db";
};
zone "fishwiselures.com" {
type master;
file "/var/named/fishwiselures.com.db";
};
zone "kysheninternational.com" {
type master;
file "/var/named/kysheninternational.com.db";
};
zone "marinadivalletta.com" {
type master;
file "/var/named/marinadivalletta.com.db";
};
zone "36ncapital.com" {
type master;
file "/var/named/36ncapital.com.db";
};
zone "nine18.com.mt" {
type master;
file "/var/named/nine18.com.mt.db";
};
zone "pioneerplay.com" {
type master;
file "/var/named/pioneerplay.com.db";
};
zone "pmdcoatings.com.mt" {
type master;
file "/var/named/pmdcoatings.com.mt.db";
};
zone "spinolapark.com" {
type master;
file "/var/named/spinolapark.com.db";
};
zone "spinola.com.mt" {
type master;
file "/var/named/spinola.com.mt.db";
};
zone "sthmalta.com" {
type master;
file "/var/named/sthmalta.com.db";
};
zone "tacikuloma.com" {
type master;
file "/var/named/tacikuloma.com.db";
};
zone "teatrumalta.org.mt" {
type master;
file "/var/named/teatrumalta.org.mt.db";
};
zone "unfoldarchitects.com" {
type master;
file "/var/named/unfoldarchitects.com.db";
};
zone "mavinkhoo.com" {
type master;
file "/var/named/mavinkhoo.com.db";
};
zone "asciaktennismalta.com" {
type master;
file "/var/named/asciaktennismalta.com.db";
};
zone "kysheninternational.cn" {
type master;
file "/var/named/kysheninternational.cn.db";
};
zone "bloomcreative.com.mt" {
type master;
file "/var/named/bloomcreative.com.mt.db";
};
zone "a360.com.mt" {
type master;
file "/var/named/a360.com.mt.db";
};
zone "zibel.org" {
type master;
file "/var/named/zibel.org.db";
};
zone "sandybonnici.com" {
type master;
file "/var/named/sandybonnici.com.db";
};
zone "gaba.bison-studio.com" {
type master;
file "/var/named/gaba.bison-studio.com.db";
};
};
view "external" {
/* This view will contain zones you want to serve only to "external" clients
* that have addresses that are not on your directly attached LAN interface subnets:
*/
recursion no;
additional-from-cache no;
// you'd probably want to deny recursion to external clients, so you don't
// end up providing free DNS service to all takers
// all views must contain the root hints zone:
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// These are your "authoritative" external zones, and would probably
// contain entries for just your web and mail servers:
// BEGIN external zone entries
zone "srv.bison-studio.com" {
type master;
file "/var/named/srv.bison-studio.com.db";
};
zone "bison-studio.com" {
type master;
file "/var/named/bison-studio.com.db";
};
zone "balzunettatowers.com" {
type master;
file "/var/named/balzunettatowers.com.db";
};
zone "bluebar.com.mt" {
type master;
file "/var/named/bluebar.com.mt.db";
};
zone "casinospielepro.com" {
type master;
file "/var/named/casinospielepro.com.db";
};
zone "cru.com.mt" {
type master;
file "/var/named/cru.com.mt.db";
};
zone "fishwisetackle.com" {
type master;
file "/var/named/fishwisetackle.com.db";
};
zone "fridericusrex.com" {
type master;
file "/var/named/fridericusrex.com.db";
};
zone "goldcrestclub.com" {
type master;
file "/var/named/goldcrestclub.com.db";
};
zone "fishwiselures.com" {
type master;
file "/var/named/fishwiselures.com.db";
};
zone "kysheninternational.com" {
type master;
file "/var/named/kysheninternational.com.db";
};
zone "marinadivalletta.com" {
type master;
file "/var/named/marinadivalletta.com.db";
};
zone "36ncapital.com" {
type master;
file "/var/named/36ncapital.com.db";
};
zone "nine18.com.mt" {
type master;
file "/var/named/nine18.com.mt.db";
};
zone "pioneerplay.com" {
type master;
file "/var/named/pioneerplay.com.db";
};
zone "pmdcoatings.com.mt" {
type master;
file "/var/named/pmdcoatings.com.mt.db";
};
zone "spinolapark.com" {
type master;
file "/var/named/spinolapark.com.db";
};
zone "spinola.com.mt" {
type master;
file "/var/named/spinola.com.mt.db";
};
zone "sthmalta.com" {
type master;
file "/var/named/sthmalta.com.db";
};
zone "tacikuloma.com" {
type master;
file "/var/named/tacikuloma.com.db";
};
zone "teatrumalta.org.mt" {
type master;
file "/var/named/teatrumalta.org.mt.db";
};
zone "unfoldarchitects.com" {
type master;
file "/var/named/unfoldarchitects.com.db";
};
zone "mavinkhoo.com" {
type master;
file "/var/named/mavinkhoo.com.db";
};
zone "asciaktennismalta.com" {
type master;
file "/var/named/asciaktennismalta.com.db";
};
zone "kysheninternational.cn" {
type master;
file "/var/named/kysheninternational.cn.db";
};
zone "bloomcreative.com.mt" {
type master;
file "/var/named/bloomcreative.com.mt.db";
};
zone "a360.com.mt" {
type master;
file "/var/named/a360.com.mt.db";
};
zone "zibel.org" {
type master;
file "/var/named/zibel.org.db";
};
zone "sandybonnici.com" {
type master;
file "/var/named/sandybonnici.com.db";
};
zone "gaba.bison-studio.com" {
type master;
file "/var/named/gaba.bison-studio.com.db";
};
};
@
1.6
log
@"Modified by /usr/local/cpanel/scripts/fixnamedviews Initial checkin editviewdirective: external"
@
text
@d262 3
a264 1
zone "arisrecruitments.com" {
d266 1
a266 1
file "/var/named/arisrecruitments.com.db";
d270 1
a270 1
zone "sandybonnici.com" {
d272 1
a272 1
file "/var/named/sandybonnici.com.db";
d470 3
a472 1
zone "arisrecruitments.com" {
d474 1
a474 1
file "/var/named/arisrecruitments.com.db";
d478 1
a478 1
zone "sandybonnici.com" {
d480 1
a480 1
file "/var/named/sandybonnici.com.db";
@
1.5
log
@"Modified by /usr/local/cpanel/scripts/fixnamedviews Initial checkin editviewdirective: external"
@
text
@d240 10
d256 13
a268 1
zone "bloomcreative.com.mt" {
d270 1
a270 1
file "/var/named/bloomcreative.com.mt.db";
d446 10
d462 13
a474 1
zone "bloomcreative.com.mt" {
d476 1
a476 1
file "/var/named/bloomcreative.com.mt.db";
@
1.4
log
@"Modified by /usr/local/cpanel/scripts/fixnamedviews Initial checkin editviewdirective: external"
@
text
@d239 12
d421 12
@
1.3
log
@"Modified by /usr/local/cpanel/scripts/fixnamedviews Initial checkin editviewdirective: external"
@
text
@d227 12
d397 12
@
1.2
log
@"Modified by /usr/local/cpanel/scripts/fixrndc Initial checkin from /usr/local/cpanel/scripts/fixrndc"
@
text
@d89 138
d248 138
@
1.1
log
@"Modified by /usr/local/cpanel/scripts/rebuilddnsconfig rebuilddnsconfig END"
@
text
@d1 6
@