Blame bin/tests/system/allow-query/ns2/named02.conf.in

Packit Service ae04f2
/*
Packit Service ae04f2
 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
Packit Service ae04f2
 *
Packit Service ae04f2
 * This Source Code Form is subject to the terms of the Mozilla Public
Packit Service ae04f2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service ae04f2
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit Service ae04f2
 *
Packit Service ae04f2
 * See the COPYRIGHT file distributed with this work for additional
Packit Service ae04f2
 * information regarding copyright ownership.
Packit Service ae04f2
 */
Packit Service ae04f2
Packit Service ae04f2
controls { /* empty */ };
Packit Service ae04f2
Packit Service ae04f2
options {
Packit Service ae04f2
	port @PORT@;
Packit Service ae04f2
	pid-file "named.pid";
Packit Service ae04f2
	listen-on { 10.53.0.2; };
Packit Service ae04f2
	listen-on-v6 { none; };
Packit Service ae04f2
	recursion no;
Packit Service ae04f2
	allow-query { any; };
Packit Service ae04f2
};
Packit Service ae04f2
Packit Service ae04f2
include "controls.conf";
Packit Service ae04f2
Packit Service ae04f2
zone "." {
Packit Service ae04f2
	type hint;
Packit Service ae04f2
	file "../../common/root.hint";
Packit Service ae04f2
};
Packit Service ae04f2
Packit Service ae04f2
zone "normal.example" {
Packit Service ae04f2
	type master;
Packit Service ae04f2
	file "generic.db";
Packit Service ae04f2
};