mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
Create a zone that triggers DNAME owner name checks in a zone that is only reachable using a dual stack server. The answer contains a name that is higher in the tree than the query name. e.g. foo.v4only.net. CNAME v4only.net. v4only.net. A 10.0.0.1 ns4 is serving the test zone (ipv4-only) ns6 is the root server for this test (dual stacked) ns7 is acting as the dual stack server (dual stacked) ns9 is the server under test (ipv6-only)
22 lines
636 B
Text
22 lines
636 B
Text
; 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 marka.isc.org. ns.server. (
|
|
2010 ; serial
|
|
600 ; refresh
|
|
600 ; retry
|
|
1200 ; expire
|
|
600 ; minimum
|
|
)
|
|
@ NS v4.nameserver.
|
|
A 10.0.0.1
|
|
* CNAME @
|