Configure winnetou as a DNSSEC enabled nameserver for the strongswan.org, org, and root zones
This commit is contained in:
committed by
Tobias Brunner
parent
3fbc328d14
commit
37c589f0e0
@@ -0,0 +1,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";
|
||||
};
|
||||
Reference in New Issue
Block a user