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

Implement dual-stack support #861

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2024

  1. fix: use dual-stack socket instead of IPv4-only

    By using an INET6 socket with IPV6_V6ONLY disabled, legacy IPv4 can still be reached. To connect to v4 IPs, the addresses are mapped to IPv6. IPv6 addresses are only used when a hostname resolves to one and the system has a non-local IPv6 available. For hosts with IPv6 completely disabled for some reason, the socket falls back to v4-only.
    DerEnderKeks committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4f06028 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    a77ccaf View commit details
    Browse the repository at this point in the history