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
Add option to send the dns request up the tunnel using netstack
🔄 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/64
**Author:** [@oschwartz10612](https://github.com/oschwartz10612)
**Created:** 12/19/2025
**Status:** ✅ Merged
**Merged:** 12/19/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `internal-dns-upstream`
---
### 📝 Commits (1)
- [`d48852e`](https://github.com/fosrl/olm/commit/d48852eb46b01d301885d7ea822f130f071e0a69) Sending DNS over the tunnel works
### 📊 Changes
**4 files changed** (+322 additions, -19 deletions)
<details>
<summary>View changed files</summary>
📝 `config.go` (+13 -0)
📝 `dns/dns_proxy.go` (+301 -12)
📝 `olm/olm.go` (+7 -7)
📝 `olm/types.go` (+1 -0)
</details>
### 📄 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
Add option to send the dns request up the tunnel using netstack
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/olm/pull/64
Author: @oschwartz10612
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @oschwartz10612
Base:
dev← Head:internal-dns-upstream📝 Commits (1)
d48852eSending DNS over the tunnel works📊 Changes
4 files changed (+322 additions, -19 deletions)
View changed files
📝
config.go(+13 -0)📝
dns/dns_proxy.go(+301 -12)📝
olm/olm.go(+7 -7)📝
olm/types.go(+1 -0)📄 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
Add option to send the dns request up the tunnel using netstack
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.