don't fail when allow-update{,-forwarding} is used globally

This commit is contained in:
Evan Hunt
2019-03-19 10:14:44 -07:00
parent 11c862efff
commit 91dca0f8da
7 changed files with 23 additions and 52 deletions

View File

@@ -0,0 +1,14 @@
/*
* 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 {
allow-update-forwarding { any; };
};