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

Catch EPROTONOSUPPORT as a sign of no IPv6 as well #41

Merged

Commits on Nov 7, 2023

  1. Catch EPROTONOSUPPORT as a sign of no IPv6 as well

    If IPv6 is disabled inside a freebsd jail, it seems this returns
    EPROTONOSUPPORT and not EAFNOSUPPORT. In both cases, we should simply
    try some other listed DNS servers.
    
    Fixes #19928
    KJTsanaktsidis committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    04fb51c View commit details
    Browse the repository at this point in the history