Annotation of embedaddon/strongswan/testing/hosts/winnetou/etc/bind/named.conf.local, revision 1.1

1.1     ! misho       1: //
        !             2: // Do any local configuration here
        !             3: //
        !             4: 
        !             5: zone "." {
        !             6:         type master;
        !             7:         file "/etc/bind/db.root.signed";
        !             8: };
        !             9: 
        !            10: zone "org" {
        !            11:         type master;
        !            12:         file "/etc/bind/db.org.signed";
        !            13: };
        !            14: 
        !            15: zone "strongswan.org" {
        !            16:         type master;
        !            17:         file "/etc/bind/db.strongswan.org.signed";
        !            18: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>