Hi,
Is there any chance to configure the mod-dnsproxy to forward all requests for only one
zone to another dns server?
I have this configuration in bind configuration file:
zone "example.com" IN {
type forward;
forwarders {
1.2.3.4;
};
};
Is there any way to do it in knot?
Best regards,