mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
Remove public and private key txt
This commit is contained in:
parent
5bf7754d6c
commit
02886dd420
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,4 +10,6 @@ __pycache__
|
|||||||
src/wg-dashboard.ini
|
src/wg-dashboard.ini
|
||||||
src/static/pic.xd
|
src/static/pic.xd
|
||||||
*.conf
|
*.conf
|
||||||
|
private_key.txt
|
||||||
|
public_key.txt
|
||||||
|
|
||||||
|
24
README.md
24
README.md
@ -20,8 +20,8 @@
|
|||||||
## 📣 What's New: Version v2.2
|
## 📣 What's New: Version v2.2
|
||||||
|
|
||||||
- 🎉 **New Features**
|
- 🎉 **New Features**
|
||||||
- **QR Code**: You can add the private key in peer setting of your existed peer to create a QR code. Or just create a new one, dashboard will now be able to auto generate a private key and public key ;) Don't worry, all keys will be generated on your machine, and **will delete all key files after they got generated**.
|
- **QR Code**: You can add the private key in peer setting of your existed peer to create a QR code. Or just create a new one, dashboard will now be able to auto generate a private key and public key ;) Don't worry, all keys will be generated on your machine, and **will delete all key files after they got generated**. [❤️ in [#29](https://github.com/donaldzou/wireguard-dashboard/issues/15)]
|
||||||
- **Autostart on boot**: Added a tutorial on how to start the dashboard to on boot! Please read the [tutorial below](#autostart-wireguard-dashboard-on-boot).
|
- **Autostart on boot**: Added a tutorial on how to start the dashboard to on boot! Please read the [tutorial below](#autostart-wireguard-dashboard-on-boot). [❤️ in [#29](https://github.com/donaldzou/wireguard-dashboard/issues/29)]
|
||||||
- 🪚 **Bug Fixed**
|
- 🪚 **Bug Fixed**
|
||||||
- When there are comments in the wireguard config file, will cause the dashboard to crash.
|
- When there are comments in the wireguard config file, will cause the dashboard to crash.
|
||||||
- Used regex to search for config files.
|
- Used regex to search for config files.
|
||||||
@ -277,16 +277,16 @@ AllowedIPs = 0.0.0.0/0
|
|||||||
Endpoint = 0.0.0.0:51820
|
Endpoint = 0.0.0.0:51820
|
||||||
```
|
```
|
||||||
|
|
||||||
| | Description | Default Value |
|
| | Description | Default Value |
|
||||||
| ----------------- | --------------------------------------------- | ------------------------------------------------------------ |
|
| ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
||||||
| **`[Interface]`** | | |
|
| **`[Interface]`** | | |
|
||||||
| `PrivateKey` | The private key of this peer | N/A |
|
| `PrivateKey` | The private key of this peer | N/A |
|
||||||
| `Address` | The `allowed_ips` of your peer | N/A |
|
| `Address` | The `allowed_ips` of your peer | N/A |
|
||||||
| `DNS` | The DNS server your peer will use | `1.1.1.1` - Cloud flare DNS, you can switch it to Google DNS - `8.8.8.8`, or use your own DNS, you can edit it later in the WireGuard phone app. |
|
| `DNS` | The DNS server your peer will use | `1.1.1.1` - Cloud flare DNS, you can switch it to Google DNS - `8.8.8.8`, or use your own DNS, you can edit it later in the WireGuard phone app. |
|
||||||
| **`[Peer]`** | | |
|
| **`[Peer]`** | | |
|
||||||
| `PublicKey` | The public key of your server | N/A |
|
| `PublicKey` | The public key of your server | N/A |
|
||||||
| `AllowedIPs` | IP ranges for which a peer will route traffic | `0.0.0.0/0` - Indicated a default route to send all internet and VPN traffic through that peer |
|
| `AllowedIPs` | IP ranges for which a peer will route traffic | `0.0.0.0/0` - Indicated a default route to send all internet and VPN traffic through that peer |
|
||||||
| `Endpoint` | Your wireguard server ip and port | `<your server default interface ip>:<listen port>` |
|
| `Endpoint` | Your wireguard server ip and port, the dashboard will search for your server's default interface's ip. | `<your server default interface ip>:<listen port>` |
|
||||||
|
|
||||||
## ❓ How to update the dashboard?
|
## ❓ How to update the dashboard?
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
NZV8Z5QOobhbM4f6RLtICNghumYT30aKUxaUNmEtulM=
|
|
@ -1 +0,0 @@
|
|||||||
NZV8Z5QOobhbM4f6RLtICNghumYT30aKUxaUNmEtulM=
|
|
Loading…
Reference in New Issue
Block a user