[PR #905] [MERGED] Add support for "override local DNS" #1726

Closed
opened 2025-12-29 02:31:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/905
Author: @kradalby
Created: 10/31/2022
Status: Merged
Merged: 10/31/2022
Merged by: @juanfont

Base: mainHead: override-local-dns


📝 Commits (4)

  • a0694b9 Add support for "override local DNS"
  • 87a5b7d Update changelog
  • e799bd4 Update cli dump test
  • 2cf1671 Merge branch 'main' into override-local-dns

📊 Changes

9 files changed (+19 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 config-example.yaml (+3 -0)
📝 config.go (+9 -1)
📝 integration_test/etc/alt-config.dump.gold.yaml (+1 -0)
📝 integration_test/etc/alt-config.yaml (+1 -0)
📝 integration_test/etc/alt-env-config.dump.gold.yaml (+1 -0)
📝 integration_test/etc/alt-env-config.yaml (+1 -0)
📝 integration_test/etc/config.dump.gold.yaml (+1 -0)
📝 integration_test/etc/config.yaml (+1 -0)

📄 Description

This PR should add support for "Override local DNS", equivalent to the Tailscale control panel option.

Fixes #660.

Signed-off-by: Kristoffer Dalby kristoffer@dalby.cc


🔄 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/juanfont/headscale/pull/905 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 10/31/2022 **Status:** ✅ Merged **Merged:** 10/31/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `override-local-dns` --- ### 📝 Commits (4) - [`a0694b9`](https://github.com/juanfont/headscale/commit/a0694b9445929b5aa446a1ee37832cebf5b5b728) Add support for "override local DNS" - [`87a5b7d`](https://github.com/juanfont/headscale/commit/87a5b7dff42c0b9ad6ecc8336efe076b9ee8897b) Update changelog - [`e799bd4`](https://github.com/juanfont/headscale/commit/e799bd4c522b7ac285d202801312143c56ac26a9) Update cli dump test - [`2cf1671`](https://github.com/juanfont/headscale/commit/2cf1671e37b6f2e5af90d2244414abf9780e5391) Merge branch 'main' into override-local-dns ### 📊 Changes **9 files changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `config-example.yaml` (+3 -0) 📝 `config.go` (+9 -1) 📝 `integration_test/etc/alt-config.dump.gold.yaml` (+1 -0) 📝 `integration_test/etc/alt-config.yaml` (+1 -0) 📝 `integration_test/etc/alt-env-config.dump.gold.yaml` (+1 -0) 📝 `integration_test/etc/alt-env-config.yaml` (+1 -0) 📝 `integration_test/etc/config.dump.gold.yaml` (+1 -0) 📝 `integration_test/etc/config.yaml` (+1 -0) </details> ### 📄 Description This PR should add support for "Override local DNS", equivalent to the Tailscale control panel option. Fixes #660. Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:31:27 +01:00
adam closed this issue 2025-12-29 02:31:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1726