good05.conf revision 941c0792f27b25a5e9aeea6ed4e0a118dadd903b
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt/*
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt *
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * Permission to use, copy, modify, and/or distribute this software for any
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * purpose with or without fee is hereby granted, provided that the above
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * copyright notice and this permission notice appear in all copies.
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt *
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt * PERFORMANCE OF THIS SOFTWARE.
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt */
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt#
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# Permission to use, copy, modify, and/or distribute this software for any
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# purpose with or without fee is hereby granted, provided that the above
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# copyright notice and this permission notice appear in all copies.
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt#
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# PERFORMANCE OF THIS SOFTWARE.
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# $Id: good05.conf,v 1.3 2010/12/18 23:47:11 tbox Exp $
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt# less common options
72c86c105a7cf315036d7131a4ef408bc6227639Evan Huntzone "example.com" {
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt type static-stub;
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt allow-query { 127.0.0.1; };
02d54949f0f1db4729e14c3322b207f58d2578a4Mark Andrews zone-statistics yes;
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt};
02d54949f0f1db4729e14c3322b207f58d2578a4Mark Andrews