2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/bin/tests/system/checkzone/zones/warn.no-aaaa.server.glue.db
Mark Andrews 673e966d37 Check "records but is not served by" warnings
This checks that "zone has A records but is not served by IPv4
servers" and "zone has AAAA records but is not served by IPv6
servers" are emitted when they should be and not when they shouldn't
be.
2024-12-11 21:32:21 +00:00

24 lines
734 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.
@ 30 IN SOA ns1 hostmaster 2017052201 3600 600 604800 30
@ 7200 IN NS ns1
@ 7200 IN NS ns2
@ 7200 IN NS ns3
@ 7200 IN NS ns4
ns1 3600 IN A 10.53.0.1
ns2 3600 IN A 10.53.0.2
ns3 3600 IN A 10.53.0.4
ns4 3600 IN A 10.53.0.4
child 3600 IN NS ns1.child
ns1.child 300 IN AAAA 2001:db8::1
ns1.child 300 IN A 10.53.0.5