mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 00:26:11 -04:00
This adds a new test directory specifically for CAMP attacks. This first test in this test directory follows multiple CNAME chains, restarting the max-recursion-queries counter, but should bail when the global maximum quota max-query-count is reached.
51 lines
1 KiB
Text
51 lines
1 KiB
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 300
|
|
. IN SOA gson.nominum.com. a.root.servers.nil. (
|
|
2000042100 ; serial
|
|
600 ; refresh
|
|
600 ; retry
|
|
1200 ; expire
|
|
600 ; minimum
|
|
)
|
|
. NS a.root-servers.nil.
|
|
a.root-servers.nil. A 10.53.0.1
|
|
|
|
tld0. NS ns.tld0.
|
|
ns.tld0. A 10.53.0.2
|
|
|
|
tld1. NS ns.tld1.
|
|
ns.tld1. A 10.53.0.2
|
|
|
|
tld2. NS ns.tld2.
|
|
ns.tld2. A 10.53.0.2
|
|
|
|
tld3. NS ns.tld3.
|
|
ns.tld3. A 10.53.0.2
|
|
|
|
tld4. NS ns.tld4.
|
|
ns.tld4. A 10.53.0.2
|
|
|
|
tld5. NS ns.tld5.
|
|
ns.tld5. A 10.53.0.2
|
|
|
|
tld6. NS ns.tld6.
|
|
ns.tld6. A 10.53.0.2
|
|
|
|
tld7. NS ns.tld7.
|
|
ns.tld7. A 10.53.0.2
|
|
|
|
tld8. NS ns.tld8.
|
|
ns.tld8. A 10.53.0.2
|
|
|
|
tld9. NS ns.tld9.
|
|
ns.tld9. A 10.53.0.2
|