[PR #125] [MERGED] 1.6.0 #2190

Closed
opened 2026-06-18 19:14:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (5)

  • b789c9a update issue template
  • 0d6503c Add comment
  • 12c1918 Include chainId for warning the user with an error
  • 6e41eb9 Merge branch 'main' into dev
  • 31f6d69 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/olm/pull/125 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 6/10/2026 **Status:** ✅ Merged **Merged:** 6/10/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`b789c9a`](https://github.com/fosrl/olm/commit/b789c9af75b489e4ed74f4d0690bace7fd1c7bfb) update issue template - [`0d6503c`](https://github.com/fosrl/olm/commit/0d6503c03f468d4df569009ea7c39ac0d8b4a0c5) Add comment - [`12c1918`](https://github.com/fosrl/olm/commit/12c1918e2608062d85f80c6381b0cfaba79a1a63) Include chainId for warning the user with an error - [`6e41eb9`](https://github.com/fosrl/olm/commit/6e41eb99ab207987d3acb8338cdf09199edd2803) Merge branch 'main' into dev - [`31f6d69`](https://github.com/fosrl/olm/commit/31f6d699a833fd2371cd623625aaf80b35b08af2) Add dns watchdog and override fixer ### 📊 Changes **17 files changed** (+669 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Include chainId for warning the user with an error Add dns watchdog and override fix for stale dns config --- <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-06-18 19:14:15 -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#2190