[PR #94] [MERGED] fix: Add IPv6 support to pegaprox listener #106

Closed
opened 2026-03-02 15:47:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/71-add-ipv6-support


📝 Commits (1)

  • 651c947 fix: 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_HOST ENV. If this is not set, it directly defaults to 0.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.

## 📋 Pull Request Information **Original PR:** https://github.com/PegaProx/project-pegaprox/pull/94 **Author:** [@gyptazy](https://github.com/gyptazy) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@MrMasterbay](https://github.com/MrMasterbay) **Base:** `main` ← **Head:** `fix/71-add-ipv6-support` --- ### 📝 Commits (1) - [`651c947`](https://github.com/PegaProx/project-pegaprox/commit/651c94799bb1f5104bb95ca69fa10ce51fab63ba) fix: Add IPv6 support to pegaprox listener ### 📊 Changes **1 file changed** (+13 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `pegaprox/app.py` (+13 -9) </details> ### 📄 Description fix: Add IPv6 support to pegaprox listener Summary: Currently, IPv6 support only works when an IPv6 address is given via `PEGAPROX_HOST` ENV. If this is not set, it directly defaults to `0.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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:47:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/project-pegaprox-PegaProx#106
No description provided.