summaryrefslogtreecommitdiff
path: root/testing/hosts/winnetou/etc/bind/named.conf.local
blob: fa26fa9e50374c64cc87127f9defbac3cc70621a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// 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";
};