File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / hosts / winnetou / etc / bind / named.conf.local
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:49 2020 UTC (4 years, 2 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

//
// Do any local configuration here
//

zone "." {
        type master;
        file "/etc/bind/db.root.signed";
};

zone "org" {
        type master;
        file "/etc/bind/db.org.signed";
};

zone "strongswan.org" {
        type master;
        file "/etc/bind/db.strongswan.org.signed";
};

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