mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 02:47:54 -04:00
Add a system test checking the command line switch -e of named-checkconf. The test doesn't care about the whole output of the effective configuration (in particular to avoid breaking the test for each default statement that would change) but instead just ensure the effective configuration is actually returned by checking the presence of the _bind chaos builtin view as well a user provided view and option change.
19 lines
495 B
Text
19 lines
495 B
Text
/*
|
|
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
*
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*
|
|
* 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 https://mozilla.org/MPL/2.0/.
|
|
*
|
|
* See the COPYRIGHT file distributed with this work for additional
|
|
* information regarding copyright ownership.
|
|
*/
|
|
|
|
options {
|
|
listen-on port 5353 { 127.1.2.3; };
|
|
};
|
|
|
|
view foo {
|
|
};
|