[Pdns-users] Forwarding

Sean Leach sleach at wiggum.com
Mon Feb 7 22:45:34 UTC 2005


How do I configure forwarding in powerdns?

For example.  I am authoratative for

example.com

but want to forward

dev.example.com to the nameserver at 192.168.0.1,

bind example:

zone "dev.example.com" {
    type forward;
    forward only;
    forwarders {
	192.168.0.1;
    };
};

Thanks!
Sean


More information about the Pdns-users mailing list