[BACK]Return to dnssec.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / checkconf

File: [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / checkconf / dnssec.3 (download)

Revision 1.1.1.1 (vendor branch), Sun Aug 12 12:07:38 2018 UTC (5 years, 8 months ago) by christos
Branch: ISC
CVS Tags: bind-9-14-8, bind-9-14-7, bind-9-14-5, bind-9-14-1, bind-9-13-7, bind-9-13-5-W1, bind-9-12-2-P1
Changes since 1.1: +0 -0 lines

Import bind-9.12.2-P2 since bind-9.10 (the last BSD version) is
now out of support.  The changes since our last version imported
(9.10.7) version are too big to include inline here; please consult
the CHANGES file in this directory.

.\"	$NetBSD: dnssec.3,v 1.1.1.1 2018/08/12 12:07:38 christos Exp $
.\"
/*
 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * See the COPYRIGHT file distributed with this work for additional
 * information regarding copyright ownership.
 */

options {
	dnssec-validation no;
};

view view1 {
	match-clients { any; };
	dnssec-enable no;
};

view view2 {
	match-clients { none; };
	dnssec-enable yes;
};

view view3 {
	match-clients { none; };
	dnssec-validation auto;
};

view view4 {
	match-clients { none; };
	dnssec-lookaside no;
};

view view5 {
	match-clients { none; };
	auto-dnssec off;
};