Ramanou,
Something like this should work:
view "unsigned" {
match-clients { 10.0.0.2; }; # match signer only
zone "example.com" {
type master;
file "/var/named/unsigned/example.com";
};
};
view "signed" {
match-clients { any; }; # match anyone else
zone "example.com" {
type slave;
masters { 10.0.0.2; };
file "/var/named/signed/example.com";
};
};
Enjoy,
jakob
_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user