2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add missing manykeys.db.in file that was causing statschannel setup.sh to fail

This commit is contained in:
Ondřej Surý
2020-05-12 10:02:41 +02:00
parent 8b357a35d2
commit e43893fb0c

View File

@@ -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