cytopia / docker-bind

Bind (bind9) caching DNS server on Alpine or Debian with wild-card domain support [multi-arch]
http://devilbox.org/
MIT License
91 stars 50 forks source link

Cannot route all subdomains to an IP except the domain itself #17

Closed Rakiah closed 2 years ago

Rakiah commented 5 years ago

Hello The way the WILDCARD_DNS parameter is used we cannot use it without having to map the domain aswell, and using something like *.DOMAIN.com is not supported by the system,

how would I let domain.com handled by normal dns (8.8.8.8 for example) and all its subdomain handled by bind ?

Thanks

cytopia commented 2 years ago

@Rakiah thanks for the issue. I have made a major rewrite which addresses the fix here: https://github.com/cytopia/docker-bind/pull/36