mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #264] [MERGED] Fixed mumble host replace value to support both IPv4 and IPv6 allocations. #664
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/264
Author: @JordanPlayz158
Created: 5/22/2024
Status: ✅ Merged
Merged: 5/25/2024
Merged by: @lancepioch
Base:
main← Head:bugfix/mumble📝 Commits (2)
41d148cFixed Mumble Server to listen on all allocations, with 0.0.0.0 it only listens on IPv4 even with IPv6 and IPv4 allocations52a787aChanged minor things to put it more in line with pelican's json output📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
database/Seeders/eggs/voice-servers/egg-mumble-server.json(+3 -3)📄 Description
Commit message is descriptive but with last egg, it was hard coded to
0.0.0.0that only seems to work with IPv4 allocations but when you leave it blank, it supports both IPv4 and IPv6 allocations.Edit: Should be a way to squash on merge
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.