1; Copyright (C) Internet Systems Consortium, Inc. ("ISC") 2; 3; SPDX-License-Identifier: MPL-2.0 4; 5; This Source Code Form is subject to the terms of the Mozilla Public 6; License, v. 2.0. If a copy of the MPL was not distributed with this 7; file, you can obtain one at https://mozilla.org/MPL/2.0/. 8; 9; See the COPYRIGHT file distributed with this work for additional 10; information regarding copyright ownership. 11 12$TTL 300 13. IN SOA root.domain.nil a.root.servers.nil. ( 14 2016012800 ; serial 15 600 ; refresh 16 600 ; retry 17 1200 ; expire 18 600 ; minimum 19 ) 20. NS a.root-servers.nil. 21a.root-servers.nil. A 10.53.0.1 22 23example. NS ns2.example. 24ns2.example. A 10.53.0.2 25 26example.broken. NS ns3.example.broken. 27ns3.example.broken. A 10.53.0.3 28 29; for the resolver variant of the CVE-2021-25215 regression test 30example.dname. NS ns3.example.dname. 31ns3.example.dname. A 10.53.0.3 32 33; regression test for illegal NS below DNAME 34jeff.dname. NS ns.jeff.dname. 35ns.jeff.dname. A 10.53.0.3 36 37domain0.nil. NS ns2.domain0.nil 38domain1.nil. NS ns2.domain0.nil 39domain2.nil. NS ns2.domain0.nil 40domain3.nil. NS ns2.domain0.nil 41domain4.nil. NS ns2.domain0.nil 42domain5.nil. NS ns2.domain0.nil 43domain6.nil. NS ns2.domain0.nil 44domain7.nil. NS ns2.domain0.nil 45domain8.nil. NS ns2.domain0.nil 46domain9.nil. NS ns2.domain0.nil 47ns2.domain0.nil. A 10.53.0.2 48ns2.domain0.nil. AAAA fd92:7065:b8e:ffff::2 49 50domain.nil. NS ns4.domain.nil 51ns4.domain.nil. A 10.53.0.4 52ns4.domain.nil. AAAA fd92:7065:b8e:ffff::4 53 54domain. NS ns4.domain. 55ns4.domain. A 10.53.0.4 56