mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Various test cases where legacy keys exist and are used to migrate to dnssec-policy. These once existed as shell script but were removed because auto-dnssec was removed. But the test cases are still useful if one wants to migrate to dnssec-policy with such legacy keys. The tests were previously removed in commit 906dd57b68dab3526af82ec266f413e11391394d as part of MR !8085.
29 lines
694 B
Plaintext
29 lines
694 B
Plaintext
; 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.
|
|
|
|
$TTL 300
|
|
@ IN SOA mname1. . (
|
|
1 ; serial
|
|
20 ; refresh (20 seconds)
|
|
20 ; retry (20 seconds)
|
|
1814400 ; expire (3 weeks)
|
|
3600 ; minimum (1 hour)
|
|
)
|
|
|
|
NS ns4
|
|
ns4 A 10.53.0.4
|
|
|
|
view TXT "internal"
|
|
|
|
a A 10.0.0.1
|
|
b A 10.0.0.2
|
|
c A 10.0.0.3
|