This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
IPv6 support #30
max-privatevoid
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just throwing this out there. The only thing stopping Hyprspace from becoming IPv6-capable is this part here. Replace
ipv4
withipv6
here (and in the import above) and IPv6 addressing will just work. Of course, then you lose IPv4 capability.https://github.com/hyprspace/hyprspace/blob/5ff46dc02eeccecec17ab41813d1a45f940caa8d/cli/up.go#L181-L186
Beta Was this translation helpful? Give feedback.
All reactions