bad09.conf revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman/*
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman *
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman * This Source Code Form is subject to the terms of the Mozilla Public
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman * License, v. 2.0. If a copy of the MPL was not distributed with this
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman * file, You can obtain one at http://mozilla.org/MPL/2.0/.
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman */
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman#
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# Permission to use, copy, modify, and/or distribute this software for any
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# purpose with or without fee is hereby granted, provided that the above
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# copyright notice and this permission notice appear in all copies.
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman#
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman# 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: bad09.conf,v 1.3 2010/12/18 23:47:11 tbox Exp $
# "masters" isn't allowed for a static-stub zone (unlike a stub zone).
zone "example.com" {
type static-stub;
masters { 192.0.2.1; };
};