pacoorozco / probind

ProBIND3 - DNS Manager
https://probind.pacoorozco.info
GNU General Public License v3.0
72 stars 24 forks source link

Export zone file & link zones with servers #69

Open avsdev-cw opened 3 years ago

avsdev-cw commented 3 years ago

I like the simplicity of the product but there are a couple of things to add:

1) It would be quite helpful to be able to export a zone file in the normal BIND9 zone format for manual transfer. 2) In order to manage multiple zones on different servers (for example, internal and www facing dns servers) the ability to link zones with servers would help. This would probably require the ability to link zones with servers and have per-server connection settings/zone paths. As it stands, I think the idea is that all zones are transferred to all servers and it depends on the server configuration to understand which zone files to use?

pacoorozco commented 3 years ago

Hi @avsdev-cw

Let me take a closer look to the first one, I think it could be very easy to implement. The second one needs more design, so I'm going to deprioritize it for now.

Thanks a lot for sharing your feedback I really appreciate it.

Thanks