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

Make AsyncResolver take hosts file into account #2149

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    cab19ea View commit details
    Browse the repository at this point in the history
  2. Ignore FQDN when forwarding DNS queries

    Without this we can't look up addresses from system hosts file.
    hch12907 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    39b1bee View commit details
    Browse the repository at this point in the history
  3. Fix rustfmt issues

    hch12907 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    18dbf20 View commit details
    Browse the repository at this point in the history
  4. Make use_hosts_file a tristate option

    The Auto option is meant to allow downstream users to intercept the
    config and replace it with what they deem to be suitable.
    hch12907 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    cf54948 View commit details
    Browse the repository at this point in the history