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; rate limit response from this zone
13
14$TTL	120
15@		SOA	tld2.  hostmaster.ns.tld2. ( 1 3600 1200 604800 60 )
16		NS	ns
17		NS	.
18ns		A	10.53.0.2
19
20; basic rate limiting
21a1		A	192.0.2.1
22
23; wildcards
24*.a2		A	192.0.2.2
25
26; a3 is in tld3
27
28; a4 does not exist to give NXDOMAIN
29
30; a5 for TCP requests
31a5		A	192.0.2.5
32
33; a6 for whitelisted clients
34a6		A	192.0.2.6
35
36; a7 for SERVFAIL
37
38; a8 for NODATA
39a8		A	192.0.2.8
40
41; a9 for all-per-second limit
42$GENERATE 101-180 all$.a9 A 192.0.2.8
43