[PR #940] [MERGED] Add support for NextDNS resolver #1751

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/940
Author: @arnarg
Created: 11/7/2022
Status: Merged
Merged: 11/18/2022
Merged by: @kradalby

Base: mainHead: support-nextdns-resolver


📝 Commits (1)

  • cf70016 Add support for NextDNS resolver

📊 Changes

4 files changed (+63 additions, -8 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 config-example.yaml (+12 -0)
📝 config.go (+17 -6)
📝 dns.go (+33 -2)

📄 Description

This adds support for easily using NextDNS as a DoH resolver in tailscale network controlled by Headscale. More info in #939

To enable you would put the following in config:

dns_config:
  nameservers:
    - nextdns:abcdef # Where abcdef is your NextDNS ID
  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

Fixes #939


🔄 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/940 **Author:** [@arnarg](https://github.com/arnarg) **Created:** 11/7/2022 **Status:** ✅ Merged **Merged:** 11/18/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `support-nextdns-resolver` --- ### 📝 Commits (1) - [`cf70016`](https://github.com/juanfont/headscale/commit/cf70016fa0dbc89cd51f9074c9ebd3b3a3ff5b7f) Add support for NextDNS resolver ### 📊 Changes **4 files changed** (+63 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `config-example.yaml` (+12 -0) 📝 `config.go` (+17 -6) 📝 `dns.go` (+33 -2) </details> ### 📄 Description This adds support for easily using [NextDNS](https://nextdns.io/) as a DoH resolver in tailscale network controlled by Headscale. More info in #939 To enable you would put the following in config: ```yaml dns_config: nameservers: - nextdns:abcdef # Where abcdef is your NextDNS ID ``` - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md Fixes #939 --- <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:33 +01:00
adam closed this issue 2025-12-29 02:31:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1751