xref: /netbsd-src/external/mpl/bind/dist/bin/tests/system/inline/ns6/named.conf.in (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1/*
2 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3 *
4 * SPDX-License-Identifier: MPL-2.0
5 *
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0.  If a copy of the MPL was not distributed with this
8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
9 *
10 * See the COPYRIGHT file distributed with this work for additional
11 * information regarding copyright ownership.
12 */
13
14// NS6
15
16include "../../common/rndc.key";
17
18controls {
19	inet 10.53.0.6 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
20};
21
22options {
23	query-source address 10.53.0.6;
24	notify-source 10.53.0.6;
25	transfer-source 10.53.0.6;
26	port @PORT@;
27	pid-file "named.pid";
28	listen-on { 10.53.0.6; };
29	listen-on-v6 { none; };
30	recursion yes;
31	notify yes;
32	notify-delay 0;
33};
34
35zone "." {
36	type hint;
37	file "../../common/root.hint";
38};
39
40include "trusted.conf";
41