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

Add support for IPv6 #3604

Open
wants to merge 2 commits into
base: 6.x
Choose a base branch
from
Open

Add support for IPv6 #3604

wants to merge 2 commits into from

Commits on Nov 26, 2021

  1. Use a netcat with IPv6 support

    Traditional `netcat` has no support for IPv6. Support is implemented in
    `netcat-openbsd`, which should also be backward compatible.
    
    Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
    jovandeginste committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e478a5d View commit details
    Browse the repository at this point in the history
  2. Support IPv6 by default in Jetty

    The equivalent "all" interface to `0.0.0.0` for IPv6 is `::`; this
    _includes_ IPv4's `0.0.0.0`. In other words, this should be fully
    backward compatible.
    
    Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
    jovandeginste committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    42021d3 View commit details
    Browse the repository at this point in the history