[PR #547] [MERGED] New script: Unbound LXC #2775

Closed
opened 2026-02-26 13:31:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/547
Author: @wimb0
Created: 11/27/2024
Status: Merged
Merged: 12/2/2024
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

📊 Changes

3 files changed (+206 additions, -0 deletions)

View changed files

ct/unbound.sh (+73 -0)
install/unbound-install.sh (+94 -0)
json/unbound.json (+39 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

This adds Unbound DNS as a standalone LXC.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

It is listening at port 5335 for DNS requests.

https://github.com/community-scripts/ProxmoxVE/discussions/530

If there are other pull requests or discussions related to this change, please link them here:

  • Related PR #

🔄 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/community-scripts/ProxmoxVE/pull/547 **Author:** [@wimb0](https://github.com/wimb0) **Created:** 11/27/2024 **Status:** ✅ Merged **Merged:** 12/2/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`c2f7d55`](https://github.com/community-scripts/ProxmoxVE/commit/c2f7d55cb26857412332a2a4c40b49a2bd49fa5e) Create unbound-install.sh - [`28a45e5`](https://github.com/community-scripts/ProxmoxVE/commit/28a45e50753ffebbc5aa510e97fa3da7d924731c) Create unbound.sh - [`e82c177`](https://github.com/community-scripts/ProxmoxVE/commit/e82c177f2aeaccd22598a07faf8568d5378f9f52) Update unbound.sh - [`09f5a00`](https://github.com/community-scripts/ProxmoxVE/commit/09f5a005b73b48e6a14c2964544b91e2f55fc3f4) Update unbound.sh - [`2c2f7f7`](https://github.com/community-scripts/ProxmoxVE/commit/2c2f7f70abe90b3b5ed409dab9c3a11718b62a7f) Update unbound-install.sh - [`1f0682a`](https://github.com/community-scripts/ProxmoxVE/commit/1f0682a28d68b5a19881b630423402cebc4d7103) Update unbound.sh - [`9839ab0`](https://github.com/community-scripts/ProxmoxVE/commit/9839ab093d3a63d1ad41397d8f955589b4a5eb83) Create unbound.json - [`10d2ba8`](https://github.com/community-scripts/ProxmoxVE/commit/10d2ba882b64145b6ccfc5c79a4621e1239eaa29) Fix logo font - [`11a6700`](https://github.com/community-scripts/ProxmoxVE/commit/11a6700cdce4489ddc66491cac30b1558b16462f) Update unbound-install.sh - [`6c23f96`](https://github.com/community-scripts/ProxmoxVE/commit/6c23f96cde1eed5765248a923fbe2cb827d8b780) Update unbound-install.sh ### 📊 Changes **3 files changed** (+206 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/unbound.sh` (+73 -0) ➕ `install/unbound-install.sh` (+94 -0) ➕ `json/unbound.json` (+39 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description This adds Unbound DNS as a standalone LXC. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [X] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [X] Testing performed (I have tested my changes, ensuring everything works as expected) - [X] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) It is listening at port 5335 for DNS requests. ## Related Pull Requests / Discussions https://github.com/community-scripts/ProxmoxVE/discussions/530 If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:31:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2775
No description provided.