mirror of
https://github.com/fosrl/olm.git
synced 2026-05-06 19:01:02 -05:00
[PR #64] [MERGED] Sending DNS over the tunnel #359
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/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.