/* * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ /* $Id$ */ options { query-source address 10.53.0.3; notify-source 10.53.0.3; transfer-source 10.53.0.3; port 5300; pid-file "named.pid"; session-keyfile "session.key"; listen-on { 10.53.0.3; }; listen-on-v6 { none; }; notify no; response-policy { zone "bl"; zone "bl-2"; zone "bl-given" policy given; zone "bl-passthru" policy passthru; zone "bl-no-op" policy no-op; # obsolete for passthru zone "bl-disabled" policy disabled; zone "bl-nodata" policy nodata; zone "bl-nxdomain" policy nxdomain; zone "bl-cname" policy cname txt-only.tld2.; zone "bl-wildcname" policy cname *.tld4.; zone "bl-garden" policy cname a12.tld2.; }; }; key rndc_key { secret "1234abcd8765"; algorithm hmac-md5; }; controls { inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; }; }; logging { # change "-c named.conf -d 99 -g" to "-c named.conf -d 99 -f" # in ../start.pl to check the rpz log category channel rpz { severity debug 10; print-category yes; print-time yes; print-severity yes; file "named.rpz";}; category rpz { default_stderr; rpz; }; category queries { default_stderr; rpz; }; category query-errors { default_stderr; }; }; zone "." { type hint; file "hints"; }; zone "bl." {type master; file "bl.db"; allow-update {any;};}; zone "bl-2." {type master; file "bl-2.db"; allow-update {any;};}; zone "bl-given." {type master; file "bl-given.db"; allow-update {any;};}; zone "bl-passthru." {type master; file "bl-passthru.db"; allow-update {any;};}; zone "bl-no-op." {type master; file "bl-no-op.db"; allow-update {any;};}; zone "bl-disabled." {type master; file "bl-disabled.db"; allow-update {any;};}; zone "bl-nodata." {type master; file "bl-nodata.db"; allow-update {any;};}; zone "bl-nxdomain." {type master; file "bl-nxdomain.db"; allow-update {any;};}; zone "bl-cname." {type master; file "bl-cname.db"; allow-update {any;};}; zone "bl-wildcname." {type master; file "bl-wildcname.db"; allow-update {any;};}; zone "bl-garden." {type master; file "bl-garden.db"; allow-update {any;};}; zone "crash1.tld2" {type master; file "crash1";}; zone "crash2.tld3." {type master; file "crash2";};