mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[PR #2667] [MERGED] fix(newt): Format ipv6 targets for go #7896
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/fosrl/pangolin/pull/2667
Author: @LaurenceJJones
Created: 3/18/2026
Status: ✅ Merged
Merged: 3/18/2026
Merged by: @oschwartz10612
Base:
dev← Head:feature/newt-ipv6-format-endpoint📝 Commits (1)
d3bfd67fix(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.