1 /*****************************************************************
3 ** #(@) named.conf (c) 6. May 2004 (hoz)
4 *****************************************************************/
6 /*****************************************************************
8 *****************************************************************/
17 category "dnssec" { "named-log"; };
18 category "edns-disabled" { "named-log"; };
19 category "default" { "named-log"; };
22 /*****************************************************************
23 ** name server options
24 *****************************************************************/
29 listen-on-v6 port 1053 { any; };
30 listen-on port 1053 { any; };
32 empty-zones-enable no;
35 query-source address * port 1053;
36 query-source-v6 address * port 1053;
37 transfer-source * port 53;
38 transfer-source-v6 * port 53;
39 use-alt-transfer-source no;
40 notify-source * port 53;
41 notify-source-v6 * port 53;
45 dnssec-validation yes; /* required by BIND 9.4.0 */
46 dnssec-accept-expired false; /* added since BIND 9.5.0 */
47 edns-udp-size 1460; /* (M4) */
48 max-udp-size 1460; /* (M5) */
50 # allow-query { localhost; }; /* default in 9.4.0 */
51 # allow-query-cache { localhost; }; /* default in 9.4.0 */
53 dnssec-must-be-secure "." no;
57 stats-server 127.0.0.1 port 8881; /* added since BIND 9.5.0 */
60 /*****************************************************************
62 *****************************************************************/
64 match-clients { 127.0.0.1; ::1; };
71 zone "0.0.127.in-addr.arpa" in {
76 zone "example.net" in {
78 file "intern/example.net/zone.db.signed";
82 /*****************************************************************
84 *****************************************************************/
86 match-clients { any; };
93 zone "example.net" in {
95 file "extern/example.net/zone.db.signed";