mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
d6ebbc5ea6
commit
439d78886c
|
@ -1413,23 +1413,21 @@ ________________________________________________________________________________
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> WireGuard LXC </summary>
|
||||
<summary markdown="span"> 🔸WireGuard LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.icon-icons.com%2Ficons2%2F2699%2FPNG%2F512%2Fwireguard_logo_icon_168760.png&f=1&nofb=1" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> WireGuard LXC </h1>
|
||||
<h3 align="center"> With WGDashboard </h3>
|
||||
|
||||
To create a new Proxmox WireGuard LXC, run the following in the Proxmox Shell (V2).
|
||||
To create a new Proxmox WireGuard LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/wireguard.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/wireguard-v3.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
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.
|
||||
|
||||
**WGDashboard Interface - http:// IP:10086**
|
||||
|
||||
⚙️ **Initial Login**
|
||||
|
|
Loading…
Reference in New Issue