mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
ef395109e8
commit
57b780bc56
16
README.md
16
README.md
|
@ -1229,11 +1229,12 @@ ________________________________________________________________________________
|
|||
</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).
|
||||
|
||||
|
@ -1245,6 +1246,19 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/w
|
|||
|
||||
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**
|
||||
|
||||
**username**
|
||||
```yaml
|
||||
admin
|
||||
```
|
||||
**password**
|
||||
```yaml
|
||||
admin
|
||||
```
|
||||
|
||||
⚙️ **Host Configuration**
|
||||
|
||||
Run in the LXC console
|
||||
|
|
Loading…
Reference in New Issue