Hi,all

I want to transfer multiple views from master to slave. The zones are in
different views in master, and in single view in slave.

Ex:

MASTER:

view "v1"{
    zone "z11" {...} //need transfer
    zone "z12" {...}
    zone "z13" {...}
}

view "v2" {
    zone "z21" {...} //need transfer
    zone "z22" {...}
    zone "z23" {...}
}

SLAVE:
view "sv" {
    zone "z11" {...}   // from v1 z11
    zone "z21" {...}  //  from v2 z21
}

What should I do?

Maybe I can share a dynamic zone between multiple views, but the MASTER's
named.conf will be very complex.

-- 
Best Regards!
=================================
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

Reply via email to