-
-
Notifications
You must be signed in to change notification settings - Fork 439
[FEAT] IPv6 subnet support #346
Copy link
Copy link
Closed as not planned
Labels
closed-issue-activityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededno-issue-activity
Metadata
Metadata
Assignees
Labels
closed-issue-activityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededno-issue-activity
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Is this a new feature request?
Wanted change
I look forward to supports for IPv6 subnet. Currently /root/etc/s6-overlay/s6-rc.d/init-wireguard-confs/run is based on the assumption that users only uses IPv4 for wireguard traffics. However, both docker and wireguard are IPv6 ready. I have manually adjusted the config files to allocate IPv6 addresses to the wg peers. It will be wiped away when there is any change in docker environment variables and I will have to manually revert the changes. I would appreciate if IPv6 configuration was supported and I would be happy to adjust my set up to follow the change.
Reason for change
Docker and wireguard are IPv6 ready. IPv4 will be phased out in the future. This is a change that has to made sooner or later.
Proposed code change
No response