mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-23 03:48:52 -04:00
Replace custom DNS servers used in the "qmin" system test with new code based on the isctest.asyncserver module. The revised code employs zone files and a limited amount of custom logic, which massively improves test readability and maintainability, extends logging, and fixes non-compliant replies sent by some of the custom servers in response to certain queries (e.g. AA=0 in authoritative empty non-terminal responses, non-glue address records in ADDITIONAL section).
26 lines
732 B
Text
26 lines
732 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.
|
|
|
|
@ 1 SOA ns2 hostmaster.arpa. 2018050100 1 1 1 1
|
|
|
|
@ 30 NS ns2
|
|
ns2 30 A 10.53.0.2
|
|
30 AAAA fd92:7065:b8e:ffff::2
|
|
|
|
zoop.boing 30 NS ns3
|
|
ns3 30 A 10.53.0.3
|
|
30 AAAA fd92:7065:b8e:ffff::3
|
|
|
|
ns4 30 A 10.53.0.4
|
|
30 AAAA fd92:7065:b8e:ffff::4
|
|
|
|
a.bit.longer.ns.name 1 A 10.53.0.4
|
|
1 AAAA fd92:7065:b8e:ffff::4
|