mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #479] Does this container support IPv6? #448
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcbaoge on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/479
Does this container support IPv6? If not, is there any plan to support IPv6 in the future?
@hwdsl2 commented on GitHub (Jul 2, 2025):
@mcbaoge Hello! This feature is not currently planned in this project.
@greenchapter commented on GitHub (Jul 23, 2025):
Is there any reason why no IPv6 is planned? I mean IPv6 is getting more and more important.
@hwdsl2 commented on GitHub (Jul 24, 2025):
@greenchapter There will be a considerable amount of work to support IPv6 in this project. For example, we'll need to detect if IPv6 is available and working in the Docker container, update Libreswan configuration to assign IPv6 addresses to clients, add IP6Tables rules to forward client traffic, and so on.
For now, consider using alternative solutions that support IPv6 for your use case.