diff --git a/README.md b/README.md
index 4a8dfb2..fcb0e2d 100644
--- a/README.md
+++ b/README.md
@@ -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)"
```
-
Default Settings: 512MiB RAM - 4GB Storage - 1vCPU
+Default Settings: 512MiB RAM - 4GB Storage - 1vCPU
**Change Pi-hole password:**
@@ -88,6 +88,33 @@ ________________________________________________________________________________
+
+Pi-hole with cloudflared LXC
+
+ Pi-hole with cloudflared LXC
+**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)"
+```
+Default Settings: 1024MiB RAM - 4GB Storage - 1vCPU
+
+**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)".
+
+____________________________________________________________________________________________
+
+
+
Emby Server LXC