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

Allow overriding of DNS resolution to specified IP addresses(#561) #1277

Merged
merged 1 commit into from
Jun 16, 2021

Commits on Jun 16, 2021

  1. Allow overriding of DNS resolution to specified IP addresses(seanmons…

    …tar#561)
    
    This change allows users to bypass the selected DNS resolver for
    specific domains. The allows, for example, to make calls to a local TLS
    server by rerouting a given domain to 127.0.0.1.
    
    The approach I've taken for the design is to wrap the resolver in an
    outer service. This leads to a fair amount of boilerplate code mainly to
    be able to explain the typing to the compiler. The actual business logic
    is very simple for the number of lines involved.
    
    Closes seanmonstar#561
    campbellC committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f8d1873 View commit details
    Browse the repository at this point in the history