From 83fbe96cf4b1f8431be8c604a84af87cd5be451f Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 3 Mar 2022 17:42:58 -0500 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) 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