mirror of
https://github.com/fosrl/olm.git
synced 2026-07-15 21:42:43 -05:00
[PR #128] [MERGED] Pull system dns #2496
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/128
Author: @oschwartz10612
Created: 7/8/2026
Status: ✅ Merged
Merged: 7/8/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
efc012bGroundwork for monitoring and updating the dns7a88facTest the dns server first then fall backf356aedAdd ios stub4c600baAdd some logging1f301dbMod tidy7b07745Fix windows only pulling dhcp1920f52Also check network manager on linux0cf5eb2Adjust darwin to use sysctl929f183Improve linux to use networkmanager correctlyb39be4fUpdate newt📊 Changes
17 files changed (+1264 additions, -36 deletions)
View changed files
📝
dns/dns_proxy.go(+10 -0)📝
dns/platform/network_manager.go(+234 -6)➕
dns/sysresolver.go(+274 -0)➕
dns/sysresolver_android.go(+18 -0)➕
dns/sysresolver_darwin.go(+116 -0)➕
dns/sysresolver_darwin_nosysresolver.go(+17 -0)➕
dns/sysresolver_ios.go(+18 -0)➕
dns/sysresolver_linux.go(+129 -0)➕
dns/sysresolver_stub.go(+23 -0)➕
dns/sysresolver_test.go(+149 -0)➕
dns/sysresolver_windows.go(+110 -0)📝
go.mod(+5 -5)📝
go.sum(+10 -10)📝
olm/connect.go(+8 -0)📝
olm/olm.go(+111 -11)📝
peers/manager.go(+15 -0)📝
peers/monitor/monitor.go(+17 -4)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.