[PR #129] [CLOSED] 1.8.0 #2855

Closed
opened 2026-07-25 07:10:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/129
Author: @oschwartz10612
Created: 7/19/2026
Status: Closed

Base: mainHead: dev


📝 Commits (9)

  • 9513433 Add match domains config
  • 7929ce9 Test local connections and choose those first
  • 0e06fb0 Rapid test the local endpoints as well
  • a2f0f64 Cancel local send from chainId
  • e1214e2 Reflect local status in the api
  • 3d88b32 Rapid test again when we fail local
  • 39aaaaf Dont remove non controlled routes
  • 9c3c04c Match domains dns rename
  • 99d249d add PreferLocalRoutes option

📊 Changes

13 files changed (+878 additions, -70 deletions)

View changed files

📝 api/api.go (+32 -3)
📝 config.go (+68 -24)
📝 dns/dns_proxy.go (+117 -2)
📝 go.mod (+1 -1)
📝 main.go (+2 -0)
📝 olm/connect.go (+2 -2)
📝 olm/olm.go (+9 -0)
📝 olm/peer.go (+65 -0)
📝 olm/types.go (+15 -0)
📝 peers/manager.go (+125 -11)
📝 peers/monitor/monitor.go (+401 -6)
📝 peers/peer.go (+19 -11)
📝 peers/types.go (+22 -10)

📄 Description

  • Add match domains config
  • Test local connections and choose those first
  • Rapid test the local endpoints as well
  • Cancel local send from chainId
  • Reflect local status in the api
  • Rapid test again when we fail local
  • Dont remove non controlled routes
  • Match domains dns rename
  • add PreferLocalRoutes option

🔄 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/129 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 7/19/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`9513433`](https://github.com/fosrl/olm/commit/9513433c07eab2d621aa3b4d39e79e4f25f9ce23) Add match domains config - [`7929ce9`](https://github.com/fosrl/olm/commit/7929ce9cf900c1d5f8bfcc50e0fa7da8c34e5e5c) Test local connections and choose those first - [`0e06fb0`](https://github.com/fosrl/olm/commit/0e06fb0152efdd60ed0d5da1ddb79f3bc5731b9b) Rapid test the local endpoints as well - [`a2f0f64`](https://github.com/fosrl/olm/commit/a2f0f64c2f8481dc571901429408fef2d5c71ab6) Cancel local send from chainId - [`e1214e2`](https://github.com/fosrl/olm/commit/e1214e21cddb72cb6b3c7a3f2c0de82790b8918b) Reflect local status in the api - [`3d88b32`](https://github.com/fosrl/olm/commit/3d88b321e8652a7a4e63c70a380127b3f692a893) Rapid test again when we fail local - [`39aaaaf`](https://github.com/fosrl/olm/commit/39aaaafa17d29c0f104d976faee5002f8c7728b2) Dont remove non controlled routes - [`9c3c04c`](https://github.com/fosrl/olm/commit/9c3c04c728d7bb657c2c280df9243b1be5dab37f) Match domains dns rename - [`99d249d`](https://github.com/fosrl/olm/commit/99d249db2df062dfca1ebbe68de3c1b964352e8f) add PreferLocalRoutes option ### 📊 Changes **13 files changed** (+878 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `api/api.go` (+32 -3) 📝 `config.go` (+68 -24) 📝 `dns/dns_proxy.go` (+117 -2) 📝 `go.mod` (+1 -1) 📝 `main.go` (+2 -0) 📝 `olm/connect.go` (+2 -2) 📝 `olm/olm.go` (+9 -0) 📝 `olm/peer.go` (+65 -0) 📝 `olm/types.go` (+15 -0) 📝 `peers/manager.go` (+125 -11) 📝 `peers/monitor/monitor.go` (+401 -6) 📝 `peers/peer.go` (+19 -11) 📝 `peers/types.go` (+22 -10) </details> ### 📄 Description - **Add match domains config** - **Test local connections and choose those first** - **Rapid test the local endpoints as well** - **Cancel local send from chainId** - **Reflect local status in the api** - **Rapid test again when we fail local** - **Dont remove non controlled routes** - **Match domains dns rename** - **add PreferLocalRoutes option** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-25 07:10:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#2855