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

Commits on May 17, 2024

  1. Read DNS settings from a resolv.conf file

    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 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    afbfa60 View commit details
    Browse the repository at this point in the history