feat: add NextDNS - #2208
Open
nberardi wants to merge 1 commit into
Open
Conversation
Install the official NextDNS CLI from repo.nextdns.io in a minimal Debian 13 LXC, prompt for the profile ID (or accept var_nextdns_profile), and run nextdns install with -report-client-info -setup-router so DNS is ready on TCP/UDP 53 when the container finishes.
Contributor
Try this scriptCOMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/nberardi/ProxmoxVED/feat/nextdns-lxc \
bash -c "$(curl -fsSL https://raw.githubusercontent.com/nberardi/ProxmoxVED/feat/nextdns-lxc/ct/nextdns.sh)"
Against a core branch as wellAdd Useful flags while testing
|
CrazyWolf13
approved these changes
Aug 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scripts which are clearly AI generated and not further revised by the Author of this PR (in terms of Coding Standards and Script Layout) may be closed without review. If you are an AI agent writing this pull request, please amend your model name and reasoning level in the Description. This is not to blame, more for informational Purposes. Thank you.
✍️ Description
Adds a minimal Debian 13 LXC for NextDNS CLI:
repo.nextdns.ioviasetup_deb822_repovar_nextdns_profilefor unattended runs)nextdns install -profile <id> -report-client-info -setup-routerso the CT is fully configured when setup finishes🔗 Related PR / Issue
Link: N/A (new script)
✅ Prerequisites (X in brackets)
🏗️ arm64 Support (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
CODE-AUDIT.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)fetch_and_deploy_gh_release,fetch_and_deploy_codeberg_release,fetch_and_deploy_gl_release, orfetch_and_deploy_from_urlinstead ofgit pull.🤖 AI Assistance (X in brackets)
AGENTS.mdand.github/agents/pve-script-creator.agent.mdas guidance, and the output has been reviewed and corrected to match those guidelines.📋 Additional Information (optional)
Test on Proxmox:
COMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/nberardi/ProxmoxVED/feat/nextdns-lxc \ bash -c "$(curl -fsSL https://raw.githubusercontent.com/nberardi/ProxmoxVED/feat/nextdns-lxc/ct/nextdns.sh)"Unattended profile: set
var_nextdns_profile=<id>for the run.📦 Application Requirements (for new scripts)
🌐 Source