mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 12:31:29 -05:00
The ns2 named instance in the "staticstub" system test is configured with a single root hint commonly used in BIND system tests (a.root-servers.nil with an address of 10.53.0.1), which is inconsistent with authoritative data served by ns1. This may cause intermittent resolution failures, triggering false positives for the "staticstub" system test. Prevent this from happening by making ns1 serve data corresponding to the contents of bin/tests/system/common/root.hint.
17 lines
566 B
Text
17 lines
566 B
Text
; 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.
|
|
|
|
$TTL 120
|
|
@ SOA a.root-servers.nil. hostmaster.isc.org. 1 600 600 1200 600
|
|
@ NS a.root-servers.nil.
|
|
a.root-servers.nil. A 10.53.0.1
|
|
|
|
example.com. NS example.
|
|
|
|
ns.example.net. A 10.53.0.3
|