diff --git a/README.md b/README.md
index 1d86ebe2..0e93baaa 100644
--- a/README.md
+++ b/README.md
@@ -1059,6 +1059,45 @@ ________________________________________________________________________________
+
+ 🔸WireGuard LXC
+
+
+
+ WireGuard LXC
+
+To create a new Proxmox WireGuard LXC, run the following in the Proxmox Shell.
+
+```
+bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/wireguard.sh)"
+```
+
+⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡
+
+After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.
+
+⚙️ **Host Configuration**
+
+Run in the LXC console
+ ```yaml
+ nano /etc/pivpn/wireguard/setupVars.conf
+ ```
+ ⚙️**Add Clients**
+
+ Run in the LXC console
+ ```yaml
+ pivpn add
+ ```
+⚙️ **To Update WireGuard**
+
+Run in the LXC console
+ ```yaml
+apt update && apt upgrade -y
+```
+____________________________________________________________________________________________
+
+
+
🔸Vaultwarden LXC