mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Allocations can not be created with an ipv6 address #115
Reference in New Issue
Block a user
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 @theoparis on GitHub (Jun 25, 2024).
Current Behavior
The panel complains that it has to be an ipv4 address 😬
Expected Behavior
.
Steps to Reproduce
Enter a ipv6 address in a node allocation
Panel Version
1.0.0-beta5
Wings Version
v1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Jun 25, 2024):
Hey will be fixed with PR #429
You can do
cd /var/www/pelican && curl https://patch-diff.githubusercontent.com/raw/pelican-dev/panel/pull/429.patch | patch -p1to get the fix before it gets merged ;)@lancepioch commented on GitHub (Jun 26, 2024):
This is correct behavior. We do not support ipv6.
@cosmii02 commented on GitHub (Aug 26, 2024):
Real bummer that ipv6 support aint there especially when Pterodactyl works with ipv6 allocations...