]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing manykeys.db.in file that was causing statschannel setup.sh to fail
authorOndřej Surý <ondrej@isc.org>
Tue, 12 May 2020 08:02:41 +0000 (10:02 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 12 May 2020 08:37:48 +0000 (10:37 +0200)
bin/tests/system/statschannel/ns2/manykeys.db.in [new file with mode: 0644]

diff --git a/bin/tests/system/statschannel/ns2/manykeys.db.in b/bin/tests/system/statschannel/ns2/manykeys.db.in
new file mode 100644 (file)
index 0000000..5886edf
--- /dev/null
@@ -0,0 +1,26 @@
+; 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.
+
+$ORIGIN .
+$TTL 300
+
+manykeys.                      IN SOA  mname1. . (
+                               1          ; serial
+                               20         ; refresh (20 seconds)
+                               20         ; retry (20 seconds)
+                               1814400    ; expire (3 weeks)
+                               3600       ; minimum (1 hour)
+                               )
+manykeys.                      NS      ns2.manykeys.
+ns2.manykeys.          A       10.53.0.2
+
+$ORIGIN manykeys.
+a                      A       10.0.0.1
+                       MX      10 mail.manykeys.
+mail                   A       10.0.0.2