2011-05-07 05:55:17 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2023-06-07 16:00:00 +02:00
|
|
|
*
|
2011-05-07 05:55:17 +00:00
|
|
|
* 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/.
|
2018-02-23 09:53:12 +01:00
|
|
|
*
|
2011-05-07 05:55:17 +00:00
|
|
|
* See the COPYRIGHT file distributed with this work for additional
|
|
|
|
* information regarding copyright ownership.
|
|
|
|
*/
|
|
|
|
|
|
|
|
view view1 {
|
|
|
|
match-clients { any; };
|
|
|
|
};
|
|
|
|
|
|
|
|
view view2 {
|
|
|
|
match-clients { none; };
|
|
|
|
};
|
2011-11-07 00:14:11 +00:00
|
|
|
|
|
|
|
view view3 {
|
|
|
|
match-clients { none; };
|
Remove a lot of obsoleted options
These options were ancient or made obsolete a long time ago, it is
safe to remove them.
Also stop printing ancient options, they should be treated the same as
unknown options.
Removed options: lwres, geoip-use-ecs, sit-secret, use-ixfr,
acache-cleaning-interval, acache-enable, additional-from-auth,
additional-from-cache, allow-v6-synthesis, dnssec-enable,
max-acache-size, nosit-udp-size, queryport-pool-ports,
queryport-pool-updateinterval, request-sit, use-queryport-pool, and
support-ixfr.
2020-12-08 15:08:32 +01:00
|
|
|
dnssec-validation auto;
|
|
|
|
};
|
|
|
|
|
|
|
|
view view4 {
|
|
|
|
match-clients { none; };
|
|
|
|
};
|
|
|
|
|
|
|
|
view view5 {
|
|
|
|
match-clients { none; };
|
|
|
|
auto-dnssec off;
|
2011-11-07 00:14:11 +00:00
|
|
|
};
|