mirror of
https://github.com/fosrl/olm.git
synced 2026-05-06 10:47:55 -05:00
[GH-ISSUE #8] Olm Client on windows doesn't function with ipv6. #203
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?
Originally created by @AstralDestiny on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/fosrl/olm/issues/8
Originally assigned to: @oschwartz10612 on GitHub.
olm.exe debug --id ID--secret SECRET --endpoint https://pangolin.domain.com (host is dual stack and newt clients have no issues with connecting to the v6 address)
INFO: 2025/08/06 18:15:42 Websocket Connected
INFO: 2025/08/06 18:15:42 Sent registration message
INFO: 2025/08/06 18:15:42 Sent initial ping message
ERROR: 2025/08/06 18:15:42 Failed to resolve UDP address: address 2001:0db8:0123:4567::1:21820: too many colons in address
INFO: 2025/08/06 18:15:42 UDP hole punch goroutine ended
ERROR: 2025/08/06 18:15:43 Failed to resolve UDP address: address 2001:0db8:0123:4567::1:21820: too many colons in address
Opened to keep track of the issue.
@oschwartz10612 commented on GitHub (Aug 6, 2025):
Thanks will take a look!
@oschwartz10612 commented on GitHub (Jan 20, 2026):
I think we fixed this in the last release but LMK if we need to reopen?