Updated README.md

This commit is contained in:
Steven Seifried 2022-01-16 19:40:05 +01:00
parent b6d3eebb59
commit 3af759514a
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -74,7 +74,7 @@ To create a new Proxmox Pi-hole LXC, run the following in the Proxmox web shell.
``` ```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_container.sh)" bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_container.sh)"
``` ```
<h3 align="center" id="heading">Default Settings: 512MiB RAM - 4GB Storage - 1vCPU</h3> <h3 align="center" id="heading">Default Settings: 512MiB RAM - 4GB Storage - 1vCPU</h3>
**Change Pi-hole password:** **Change Pi-hole password:**
@ -88,6 +88,33 @@ ________________________________________________________________________________
</details> </details>
<details>
<summary markdown="span">Pi-hole with cloudflared LXC</summary>
<h1 align="center" id="heading"> Pi-hole with cloudflared LXC </h1>
**Please note:** I don't want discussions about cloudflared in the Issues.
To create a new Proxmox Pi-hole with cloudflared LXC, run the following in the Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_cloudflared_container.sh)"
```
<h3 align="center" id="heading">Default Settings: 1024MiB RAM - 4GB Storage - 1vCPU</h3>
**Change Pi-hole password:**
Run from the LXC console
```
pihole -a -p
```
You must configure Pi-hole to use the local cloudflared service as the upstream DNS server by specifying "127.0.0.1#5053" as the "Custom DNS 1 (IPv4)".
____________________________________________________________________________________________
</details>
<details> <details>
<summary markdown="span">Emby Server LXC</summary> <summary markdown="span">Emby Server LXC</summary>