mirror of
https://github.com/fosrl/olm.git
synced 2026-07-11 04:54:41 -05:00
[PR #120] [MERGED] fix(peers): merge Aliases in handleWgPeerUpdate #2188
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/120
Author: @LaurenceJJones
Created: 5/11/2026
Status: ✅ Merged
Merged: 5/11/2026
Merged by: @oschwartz10612
Base:
dev← Head:investigate/106-handleWgPeerUpdate-alias-merge📝 Commits (1)
3f64336peers: merge Aliases in handleWgPeerUpdate📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
olm/peer.go(+3 -0)📄 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
WireGuard update-peer messages now copy Aliases from the payload into the merged SiteConfig so UpdatePeer can refresh alias DNS records.
Fixes fosrl/olm#106
How to test?
When you change an alias the update message should include all aliases to configure
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.