[PR #64] [MERGED] Sending DNS over the tunnel #359

Closed
opened 2026-04-23 01:56:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: internal-dns-upstream


📝 Commits (1)

  • d48852e Sending 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.

## 📋 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>
GiteaMirror added the pull-request label 2026-04-23 01:56:44 -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#359