3f64336 peers: 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.
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.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/olm/pull/120
**Author:** [@LaurenceJJones](https://github.com/LaurenceJJones)
**Created:** 5/11/2026
**Status:** ✅ Merged
**Merged:** 5/11/2026
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `investigate/106-handleWgPeerUpdate-alias-merge`
---
### 📝 Commits (1)
- [`3f64336`](https://github.com/fosrl/olm/commit/3f64336b0b0f22ce775de2e7c2cec6294b160ca7) peers: merge Aliases in handleWgPeerUpdate
### 📊 Changes
**1 file changed** (+3 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `olm/peer.go` (+3 -0)
</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
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
---
<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/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.