mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Validate and enable IPV6 support #170
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 @Boy132 on GitHub (Oct 15, 2024).
Originally assigned to: @Boy132 on GitHub.
Currently ipv6 is disabled/ the new frontend only accepts ipv4 for allocations.
I'm pretty sure ipv6 does actually work (on the backend) but we should do some tests and enable ipv6 support.
a73404c1b4/app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php (L82)a73404c1b4/app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php (L70)a73404c1b4/app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (L215)@rmartinoscar commented on GitHub (Oct 15, 2024):
I'v previously made a PR https://github.com/pelican-dev/panel/pull/429 for this but i couldn't answer before it get close so here it is:
IPV6 does work both on wings and the panel
https://github.com/pelican-dev/panel/pull/429#issuecomment-2190117124
@FlashThePlayer commented on GitHub (Oct 17, 2024):
hey guys
first: i can not overstate how amazing this project is, thank you so much for your work here
second: this feature would be beyond amazing
In germany we almost never have static ipv4 addresses and are also limited by DSLite
so internet hosting over ipv4 is not possible (for peoplbe like me at least)
ipv6 allocations would fix this because the docker container would open up these ports then right?
That would make dns entries also available :)
Of course given if this feature is just as easy as enabling/disabling some filters in the frontend forms 👍🏼