mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
0137e70d1b
commit
7ba4d7c1ca
26
README.md
26
README.md
|
@ -1011,6 +1011,32 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> 🔸Technitium DNS LXC</summary>
|
||||||
|
|
||||||
|
<p align="center"><img src="https://avatars.githubusercontent.com/u/12230362?s=100&v=4" height="100"/></p>
|
||||||
|
|
||||||
|
<h1 align="center" id="heading"> Technitium DNS LXC </h1>
|
||||||
|
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)"
|
||||||
|
```
|
||||||
|
|
||||||
|
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||||
|
|
||||||
|
**Technitium DNS Interface - IP:5380**
|
||||||
|
|
||||||
|
⚙️ **To Update**
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/technitiumdns-update.sh)"
|
||||||
|
```
|
||||||
|
__________________________________________________________________________________________
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Reference in New Issue