-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove DNS resolution of *.local in favor of DOCKSAL_DNS_DOMAIN #2
Comments
By the way, I understand that it's not really a smart idea to use an internal DNS zone ending in |
Docksal provides resolution for |
Please look here: |
Whoa!.. @lmakarov do we even need this? |
|
@lmakarov got it. Well |
Currently
service-dns
resolves all requests to*.local
to127.0.0.1
. It would be nice to be able to disable or rename the.local
DNS zone.Use case: we use
*.company.local
as an internal DNS zone, which conflicts with this service's configuration. As a workaround, we now build a specific DNS container image where we empty out the configuration file for the.local
zone.Suggested fixes:
DNS_LOCAL_ZONE_ENABLED=false
DNS_LOCAL_ZONE=something-else-entirely
.docksal
orlocalhost
to connect to other services.The text was updated successfully, but these errors were encountered: