mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-16 23:52:40 -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)
15 lines
546 B
Text
15 lines
546 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 999999
|
|
. IN NS a.root-servers.nil.
|
|
a.root-servers.nil. IN A 10.53.0.6
|
|
a.root-servers.nil. IN AAAA fd92:7065:b8e:ffff::6;
|