mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 10:05:56 +03:00
[PR #94] [MERGED] fix: Add IPv6 support to pegaprox listener #106
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/PegaProx/project-pegaprox/pull/94
Author: @gyptazy
Created: 2/27/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @MrMasterbay
Base:
main← Head:fix/71-add-ipv6-support📝 Commits (1)
651c947fix: Add IPv6 support to pegaprox listener📊 Changes
1 file changed (+13 additions, -9 deletions)
View changed files
📝
pegaprox/app.py(+13 -9)📄 Description
fix: Add IPv6 support to pegaprox listener
Summary:
Currently, IPv6 support only works when an IPv6 address is given via
PEGAPROX_HOSTENV. If this is not set, it directly defaults to0.0.0.0. Further IPv6 "validation" is only performed, when a:is given within a string. Therefore, we do not provide a default for the bind_host an evaluate the possible listeners. However, a user can still provide an explicit listener of ipv4 or ipv6.Fixes: #71
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.