mirror of
https://github.com/fosrl/olm.git
synced 2026-05-06 10:47:55 -05:00
[PR #57] [MERGED] Add robust client connectivity support #262
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/57
Author: @oschwartz10612
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
218e4f8Package?eaf94e6Import submodule6f7e866Rename to run3505549Copy in confige464af5Make api availble over socket4a89915Add exit call9c496f7Add registered to api352ac8dRemove status46a4847Allow pasing orgId to select org to connect690b133Update switching orgs📊 Changes
42 files changed (+7627 additions, -2600 deletions)
View changed files
📝
.gitignore(+0 -1)📝
Makefile(+1 -1)➕
api/api.go(+503 -0)➕
api/api_unix.go(+50 -0)➕
api/api_windows.go(+41 -0)➖
common.go(+0 -1145)📝
config.go(+212 -60)➕
create_test_creds.py(+43 -0)➕
device/middle_device.go(+331 -0)➕
device/middle_device_test.go(+102 -0)➕
device/tun_unix.go(+44 -0)📝
device/tun_windows.go(+4 -4)➕
dns/dns_proxy.go(+457 -0)➕
dns/dns_records.go(+166 -0)➕
dns/override/dns_override_darwin.go(+68 -0)➕
dns/override/dns_override_unix.go(+105 -0)➕
dns/override/dns_override_windows.go(+68 -0)➕
dns/platform/darwin.go(+268 -0)➕
dns/platform/detect_unix.go(+158 -0)➕
dns/platform/file.go(+192 -0)...and 22 more files
📄 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
See https://github.com/fosrl/pangolin/releases/tag/1.13.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.