[BACK]Return to named.conf.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / forward / ns4

Annotation of src/external/mpl/bind/dist/bin/tests/system/forward/ns4/named.conf.in, Revision 1.1.1.1.2.2

1.1.1.1.2.2! pgoyette    1: /*
        !             2:  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
        !             3:  *
        !             4:  * This Source Code Form is subject to the terms of the Mozilla Public
        !             5:  * License, v. 2.0. If a copy of the MPL was not distributed with this
        !             6:  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
        !             7:  *
        !             8:  * See the COPYRIGHT file distributed with this work for additional
        !             9:  * information regarding copyright ownership.
        !            10:  */
        !            11:
        !            12: options {
        !            13:        query-source address 10.53.0.4;
        !            14:        notify-source 10.53.0.4;
        !            15:        transfer-source 10.53.0.4;
        !            16:        port @PORT@;
        !            17:        pid-file "named.pid";
        !            18:        listen-on { 10.53.0.4; };
        !            19:        listen-on-v6 { none; };
        !            20: };
        !            21:
        !            22: zone "." {
        !            23:        type hint;
        !            24:        file "root.db";
        !            25: };
        !            26:
        !            27: zone "example1." {
        !            28:        type forward;
        !            29:        forward first;
        !            30:        forwarders { 10.53.0.2; };
        !            31: };
        !            32:
        !            33: zone "example3." {
        !            34:        type forward;
        !            35:        forwarders { 10.53.0.2; };
        !            36: };
        !            37:
        !            38: zone "example5." {
        !            39:        type forward;
        !            40:        forward only;
        !            41:        forwarders { 10.53.0.2; };
        !            42: };
        !            43:
        !            44: zone "1.0.10.in-addr.arpa" {
        !            45:        type forward;
        !            46:        forward only;
        !            47:        forwarders { 10.53.0.2; };
        !            48: };
        !            49:
        !            50: zone "grafted" {
        !            51:        type forward;
        !            52:        forward only;
        !            53:        forwarders { 10.53.0.2; };
        !            54: };

CVSweb <webmaster@jp.NetBSD.org>