Cross Reference: named.conf
xref
: /
bind-9.11.3
/
bin
/
tests
/
system
/
lwresd
/
ns1
/
named.conf
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
named.conf revision 243ac4ecc1f45db7106c9166cd4187843507644c
options
{
query
-
source
address
10.53
.
0.1
;
port
5300
;
directory
"."
;
pid
-
file
"
named.pid
"
;
listen
-
on
{
10.53
.
0.1
; }
;
listen
-
on
-
v6
{
none
;}
;
recursion
no
;
notify
no
;
};
zone
"."
{
type
master
;
file
"
root.db
"
;
}
;
zone
"example1."
{
type
master
;
file
"
example1.db
"
;
}
;
zone
"example2."
{
type
master
;
file
"
example2.db
"
;
}
;
zone
"
10.10.10.in-addr.arpa
."
{
type
master
;
file
"
10.10.10.in-addr.arpa.db
"
;
}
;
zone
"
ip6.int
."
{
type
master
;
file
"
ip6.int.db
"
;
}
;
zone
"
ip6.arpa
."
{
type
master
;
file
"
ip6.arpa.db
"
;
}
;