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

IPv6 support #844

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

IPv6 support #844

wants to merge 4 commits into from

Commits on Apr 17, 2021

  1. Let nginx listen op ipv6

    Peetz0r committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    b38fc14 View commit details
    Browse the repository at this point in the history
  2. IPv6 support for docker

    Works for all containers
    
    Major downside is that all ipv6 adresses are logged as fd00::1
    Peetz0r committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    dcc178a View commit details
    Browse the repository at this point in the history
  3. Run certbot in matrix docker-network

    Required in ipv6-only setups. The default docker network is ipv4-only, so validation would fail.
    
    Our own network has ipv6 (if enabled) so that works fine.
    Peetz0r committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    31a9548 View commit details
    Browse the repository at this point in the history
  4. Workers listen on ipv6

    Peetz0r committed Apr 17, 2021
    1 Configuration menu
    Copy the full SHA
    2d04d1e View commit details
    Browse the repository at this point in the history