-
Notifications
You must be signed in to change notification settings - Fork 742
[Request]: system property for default --dns. #1449
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersnetworkIssues and features associated with networking and DNS.Issues and features associated with networking and DNS.nextMust-have items for current and next milestoneMust-have items for current and next milestoneuxUser experience features and fixes.User experience features and fixes.
Milestone
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersnetworkIssues and features associated with networking and DNS.Issues and features associated with networking and DNS.nextMust-have items for current and next milestoneMust-have items for current and next milestoneuxUser experience features and fixes.User experience features and fixes.
Feature or enhancement request details
NOTE: Depends on #1425; there's no point tackling this until the TOML configuration is in place.
We've a number of issues relating to DNS resolution from containers not working properly when a third party DNS server conflicts with the server that macOS mDNSResponder wants to start.
Until an OS-level solution can be provided, it would be useful to have a system property (and potentially environment variables if session level overrides seem sensible) that allows the user to configure default values for
--dns.We can also consider properties for the other DNS CLI options here as well.
Code of Conduct