mirror of
https://github.com/fosrl/olm.git
synced 2026-03-09 07:13:10 -05:00
[PR #28] [MERGED] fix: holepunch to only active peers and stop litteral ipv6 from being name resolved #37
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/28
Author: @kevin-gillet
Created: 9/6/2025
Status: ✅ Merged
Merged: 9/20/2025
Merged by: @oschwartz10612
Base:
main← Head:126-stop-litteral-ipv6-from-being-resolved📝 Commits (1)
2b41d4cfix: holepunch to only active peers and stop litteral ipv6 from being treated as hostname and be name resolved📊 Changes
1 file changed (+65 additions, -128 deletions)
View changed files
📝
main.go(+65 -128)📄 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
Holepunch only on active peers and not act like a broadcast + stop litteral ipv6 from being treated as a hostname and be resolved.
This PR have been treated as one work with this PR on Newt : https://github.com/fosrl/newt/pull/130
How to test?
Built with
GOOS=linux GOARCH=amd64 go build .Successfully established a full ipv6 connection from Olm to Newt
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.