[PR #2667] [MERGED] fix(newt): Format ipv6 targets for go #9875

Closed
opened 2026-04-30 06:01:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2667
Author: @LaurenceJJones
Created: 3/18/2026
Status: Merged
Merged: 3/18/2026
Merged by: @oschwartz10612

Base: devHead: feature/newt-ipv6-format-endpoint


📝 Commits (1)

  • d3bfd67 fix(newt): Format ipv6 targets for go

📊 Changes

1 file changed (+7 additions, -3 deletions)

View changed files

📝 server/routers/newt/buildConfiguration.ts (+7 -3)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

We added support https://github.com/fosrl/newt/releases/tag/1.10.3 for ipv6 targets from newt -> application, but we need to ensure that we handle if user provides a none bracketed ipv6 string

How to test?

When adding ipv6 target to pangolin they should be sent to newt in a golang format for ip:port


🔄 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/fosrl/pangolin/pull/2667 **Author:** [@LaurenceJJones](https://github.com/LaurenceJJones) **Created:** 3/18/2026 **Status:** ✅ Merged **Merged:** 3/18/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `feature/newt-ipv6-format-endpoint` --- ### 📝 Commits (1) - [`d3bfd67`](https://github.com/fosrl/pangolin/commit/d3bfd67738800162a1ce27d052e101a0c1bf545d) fix(newt): Format ipv6 targets for go ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/routers/newt/buildConfiguration.ts` (+7 -3) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description We added support https://github.com/fosrl/newt/releases/tag/1.10.3 for ipv6 targets from newt -> application, but we need to ensure that we handle if user provides a none bracketed ipv6 string ## How to test? When adding ipv6 target to pangolin they should be sent to newt in a golang format for `ip:port` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 06:01:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#9875