19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
//
|
|
// 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";
|
|
};
|