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