I have a master DNS server with two different views: "internal" and "external". How do I do a zone transfer of the two different views? The following on the slave only grabs the internal view:
view "external" { match-clients { any; }; allow-transfer { none; }; allow-query { any; }; zone "foo.org" in { type slave; masters { 192.168.2.10; }; file "named.foo.org.external.slave"; }; ... because I don't know how to specify the correct view from the master. _______________________________________________ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users