Hi all,<br> <br>I'm using bind as frontend solution and I have another server as backend and I'm implementing zone transfer between the two (bind is the slave and my server is the master). The problem is that I want to use dns views. Bind supports it but my backend server is currently not supporting. I'm trying to find a way for distinguish the zone transfer requests for each view. I have two solutions:<br>

 <br>My first solution is to distinguish based on the view transfer-source IP:Port address (I think it is going to work). <br> <br>My second solution (which would be great if it worked) is based on the zone address that I'm sending in the request. For example, for view 1, I would insert in the zone id something like this "example.com.view1" and for zone 2 "example.com.view2". My server would detect the zone and remove it answering with just "<a href="http://example.com">example.com</a>". Do you think bind would accept this?<br>

 <br>Many thanks,<br>Luis