mirror of
https://github.com/fosrl/olm.git
synced 2026-07-11 06:44:09 -05:00
[PR #125] [MERGED] 1.6.0 #1988
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/125
Author: @oschwartz10612
Created: 6/10/2026
Status: ✅ Merged
Merged: 6/10/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (5)
b789c9aupdate issue template0d6503cAdd comment12c1918Include chainId for warning the user with an error6e41eb9Merge branch 'main' into dev31f6d69Add dns watchdog and override fixer📊 Changes
17 files changed (+669 additions, -11 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/1.bug_report.yml(+3 -2)📝
dns/override/dns_override_android.go(+6 -0)📝
dns/override/dns_override_darwin.go(+35 -0)📝
dns/override/dns_override_ios.go(+6 -0)📝
dns/override/dns_override_unix.go(+29 -0)📝
dns/override/dns_override_windows.go(+20 -0)➕
dns/override/watchdog.go(+136 -0)➕
dns/override/watchdog_spawn_unix.go(+119 -0)➕
dns/override/watchdog_spawn_windows.go(+29 -0)➕
dns/override/watchdog_unix.go(+25 -0)➕
dns/override/watchdog_windows.go(+15 -0)📝
dns/platform/darwin.go(+67 -0)➕
dns_commands.go(+68 -0)📝
main.go(+22 -0)📝
olm/connect.go(+6 -0)📝
olm/olm.go(+67 -8)📝
olm/types.go(+16 -1)📄 Description
Include chainId for warning the user with an error
Add dns watchdog and override fix for stale dns config
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.