good02.conf revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes/*
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes *
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes * This Source Code Form is subject to the terms of the Mozilla Public
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes * License, v. 2.0. If a copy of the MPL was not distributed with this
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes * file, You can obtain one at http://mozilla.org/MPL/2.0/.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes */
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
0662ed52e814f8f08ef0e09956413a792584eddffuankg# Permission to use, copy, modify, and/or distribute this software for any
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# purpose with or without fee is hereby granted, provided that the above
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# copyright notice and this permission notice appear in all copies.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
b387b9d37fc71c534f4718777454a8f5a1169017fuankg# PERFORMANCE OF THIS SOFTWARE.
b387b9d37fc71c534f4718777454a8f5a1169017fuankg
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# $Id: good02.conf,v 1.3 2010/12/18 23:47:11 tbox Exp $
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# both IPv4 and IPv6 server-addresses should be allowable.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholeszone "example.com" {
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes type static-stub;
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes server-addresses { 192.0.2.1; 2001:db8::53; };
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes};
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes