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.
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.