Skip to content
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

Read DNS settings from a resolv.conf file #134

Merged
merged 1 commit into from
May 17, 2024
Merged

Read DNS settings from a resolv.conf file #134

merged 1 commit into from
May 17, 2024

Conversation

56quarters
Copy link
Owner

@56quarters 56quarters commented May 17, 2024

Allow some DNS settings to be read from a system's /etc/resolv.conf
file. Noteably, only the nameserver and a few options are supported
for now. This change also switches resolution of A and AAAA names to
our DNS client instead of using the system resolver via lookup_host.

Part of #107

Allow some DNS settings to be read from a system's /etc/resolv.conf
file. Noteably, only the `nameserver` and a few `option`s are supported
for now. This change also switches resolution of A and AAAA names to
our DNS client instead of using the system resolver via `lookup_host`.

Part of #107
@56quarters 56quarters merged commit 459328e into master May 17, 2024
6 checks passed
@56quarters 56quarters deleted the resolv branch May 17, 2024 22:59
@56quarters 56quarters added enhancement New feature or request area:dns Relating to the DNS client labels Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dns Relating to the DNS client enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant