On 22/11/09 21:01, Chris Buxton wrote:
Change the zone from type forward to type slave, and add 
allow-update-forwarding.

zone "dyn.example.com." {
        type slave;
        masters { ::1; };
        allow-update-forwarding { local-networks; };
};

Then in the external-in view, change allow-update to:

        allow-update { ::1; };

Great, works like a charm... but... the update log only records ::1 as the source and not the original address. Is it possible to keep that?

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to