]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert removal of bin/tests/system/common/controls.conf, it's still needed
authorOndřej Surý <ondrej@sury.org>
Fri, 23 Feb 2018 09:06:35 +0000 (10:06 +0100)
committerOndřej Surý <ondrej@sury.org>
Fri, 23 Feb 2018 09:08:37 +0000 (10:08 +0100)
bin/tests/system/common/controls.conf [new file with mode: 0644]
util/copyrights

diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf
new file mode 100644 (file)
index 0000000..6ab7cdc
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016, 2018  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/.
+ */
+
+/* $Id: controls.conf,v 1.6 2007/06/19 23:47:01 tbox Exp $ */
+
+key rndc_key {
+       secret "1234abcd8765";
+       algorithm hmac-sha256;
+};
+
+controls {
+       inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
+};
+
index dd1be6492640f758f9252328e824b3b2f090baca..b9b17b52347d1a58867012f16e8f8b71db9b7522 100644 (file)
 ./bin/tests/system/clean.sh                    SH      2015,2016,2018
 ./bin/tests/system/cleanall.sh                 SH      2000,2001,2004,2007,2012,2014,2015,2016,2017,2018
 ./bin/tests/system/cleanpkcs11.sh              SH      2010,2012,2014,2016
+./bin/tests/system/common/controls.conf                CONF-C  2000,2001,2004,2007,2013,2016,2018
 ./bin/tests/system/common/controls.conf.in     CONF-C  2000,2001,2004,2007,2013,2016,2018
 ./bin/tests/system/common/rndc.conf            CONF-C  2000,2001,2004,2007,2013,2016
 ./bin/tests/system/common/rndc.key             CONF-C  2011,2013,2016