mirror of
https://github.com/fosrl/olm.git
synced 2026-03-09 07:13:10 -05:00
[PR #26] [MERGED] fix: add ipv6 endpoint formatter #36
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/olm/pull/26
Author: @kevin-gillet
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @oschwartz10612
Base:
main← Head:25-fix-olm-ipv6-parsing📝 Commits (2)
5b443a4fix: add ipv6 endpoint formattere669d54fix: remove comment📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
peermonitor/peermonitor.go(+8 -1)📄 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
To resolve https://github.com/fosrl/olm/issues/25
How to test?
I tested i by running
GOOS=linux GOARCH=amd64 go build ., got the binary, replaced the one on my server and established connection from Olm to Pangolin relay (Gerbil) only via ipv6.Proof Of Work :
Here you can see the ipv6 is in brackets and the wireguard tunnel is correctly establishing without error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.