1/*
2 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3 *
4 * SPDX-License-Identifier: MPL-2.0
5 *
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0.  If a copy of the MPL was not distributed with this
8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
9 *
10 * See the COPYRIGHT file distributed with this work for additional
11 * information regarding copyright ownership.
12 */
13
14# dnsrpzd configuration.
15
16pid-file ../dnsrpzd.pid
17
18include ../dnsrpzd-license-cur.conf
19
20# configure NOTIFY and zone transfers
21port @EXTRAPORT1@;
22listen-on port @EXTRAPORT1@ { 10.53.0.3; };
23allow-notify { 10.53.0.0/24; };
24
25zone "bl0"		{type primary; file "../ns5/bl.db"; };
26zone "bl1"		{type primary; file "../ns5/bl.db"; };
27zone "bl2"		{type primary; file "../ns5/bl.db"; };
28zone "bl3"		{type primary; file "../ns5/bl.db"; };
29zone "bl4"		{type primary; file "../ns5/bl.db"; };
30zone "bl5"		{type primary; file "../ns5/bl.db"; };
31zone "bl6"		{type primary; file "../ns5/bl.db"; };
32zone "bl7"		{type primary; file "../ns5/bl.db"; };
33zone "bl8"		{type primary; file "../ns5/bl.db"; };
34zone "bl9"		{type primary; file "../ns5/bl.db"; };
35zone "bl10"		{type primary; file "../ns5/bl.db"; };
36zone "bl11"		{type primary; file "../ns5/bl.db"; };
37zone "bl12"		{type primary; file "../ns5/bl.db"; };
38zone "bl13"		{type primary; file "../ns5/bl.db"; };
39zone "bl14"		{type primary; file "../ns5/bl.db"; };
40zone "bl15"		{type primary; file "../ns5/bl.db"; };
41zone "bl16"		{type primary; file "../ns5/bl.db"; };
42zone "bl17"		{type primary; file "../ns5/bl.db"; };
43zone "bl18"		{type primary; file "../ns5/bl.db"; };
44zone "bl19"		{type primary; file "../ns5/bl.db"; };
45
46zone "bl"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
47zone "bl-2"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
48zone "bl-given"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
49zone "bl-passthru"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
50zone "bl-no-op"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
51zone "bl-disabled"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
52zone "bl-nodata"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
53zone "bl-nxdomain"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
54zone "bl-cname"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
55zone "bl-wildcname"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
56zone "bl-garden"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
57zone "bl-drop"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
58zone "bl-tcp-only"	{type slave; masters port @PORT@ { 10.53.0.3; }; };
59zone "bl.tld2"		{type slave; masters port @PORT@ { 10.53.0.3; }; };
60
61zone "policy1"		{type slave; masters port @PORT@ { 10.53.0.6; }; };
62zone "policy2"		{type slave; masters port @PORT@ { 10.53.0.7; }; };
63