From e5403f39c11eb7fba9f03f4684d66a7588396a19 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Mon, 27 Nov 2023 17:22:19 +0100 Subject: [PATCH] Delete unused config file in dnssec system test (cherry picked from commit f69df830c6091917fb378681ba16e899ceb042a4) --- bin/tests/system/dnssec/ns4/named5.conf.in | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 bin/tests/system/dnssec/ns4/named5.conf.in diff --git a/bin/tests/system/dnssec/ns4/named5.conf.in b/bin/tests/system/dnssec/ns4/named5.conf.in deleted file mode 100644 index 88caacaee1..0000000000 --- a/bin/tests/system/dnssec/ns4/named5.conf.in +++ /dev/null @@ -1,40 +0,0 @@ -/* - * 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. - */ - -// NS4 - -options { - query-source address 10.53.0.4; - notify-source 10.53.0.4; - transfer-source 10.53.0.4; - port @PORT@; - pid-file "named.pid"; - listen-on { 10.53.0.4; }; - listen-on-v6 { none; }; - bindkeys-file "managed.conf"; - dnssec-validation no; -}; - -key rndc_key { - secret "1234abcd8765"; - algorithm @DEFAULT_HMAC@; -}; - -controls { - inet 10.53.0.4 port @CONTROLPORT@ allow { any; } keys { rndc_key; }; -}; - -key auth { - secret "1234abcd8765"; - algorithm hmac-sha256; -};