From 7ba4d7c1ca91a9f3219fb24cc5de61551221568c Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 18 Mar 2022 07:34:59 -0400 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 9ce34aeb..f7f52db0 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,32 @@ ________________________________________________________________________________ +
+ 🔸Technitium DNS LXC + +

+ +

Technitium DNS LXC

+An open source authoritative as well as recursive DNS server + +To create a new Proxmox Technitium DNS LXC, run the following in the Proxmox Shell (V2). + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/technitiumdns.sh)" +``` + +

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

+ +**Technitium DNS Interface - IP:5380** + +⚙️ **To Update** + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/technitiumdns-update.sh)" +``` +__________________________________________________________________________________________ + +