I need to create a DNS Bind in Docker with 2 different zones for 3 DNS clients from the same server, where:
- 1 client has access to one zone and the other 2 access to the other zone
I need to use Bind9 and Docker for this.
How can i do this?
I need to create a DNS Bind in Docker with 2 different zones for 3 DNS clients from the same server, where:
I need to use Bind9 and Docker for this.
How can i do this?