Forwarding updates between views

Chris Hills chaz at chaz6.com
Mon Nov 23 03:23:55 UTC 2009


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?




More information about the bind-users mailing list