Closed back-2-95 closed 3 years ago
Example for our own organization:
Current path to a project: project.docker.sh
(needs dnsmasq locally)
Proposed solution: project.WHAT.druid.fi
(where *.project.WHAT.druid.fi record points to 127.0.01)
Now Stonehenge supports using *.traefik.me domains (https://traefik.me/)
Go with removing the resolver totally in 3.x
Completed in 3.x branch. Dnsmasq is removed with resolver.
If a real domain is used e.g.
docker.mydomain.com
which points to127.0.0.1
we can skip creatingdnsmasq
container and doing resolver modifications.Create a variable stating domain is "real" or skipping dns/resolver actions.