1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 23:27:45 +01:00

Update README.md

This commit is contained in:
Donald Cheng Hong Zou 2021-08-05 01:21:44 -04:00
parent 7a0a3055c4
commit 5bf7754d6c

View File

@ -21,7 +21,7 @@
- 🎉 **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**.
- **Autostart on boot**: Added a tutorial on how to start the dashboard to on boot! Please read the [tutorial below](https://github.com/donaldzou/wireguard-dashboard/tree/v2.2-beta#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).
- 🪚 **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.
@ -30,19 +30,21 @@
## Table of Content ## Table of Content
- [💡 Features](https://github.com/donaldzou/wireguard-dashboard#-features) - [💡 Features](#-features)
- [📝 Requirement](https://github.com/donaldzou/wireguard-dashboard#-requirement) - [📝 Requirement](#-requirement)
- [🛠 Install](https://github.com/donaldzou/wireguard-dashboard#-install) - [🛠 Install](#-install)
- [🪜 Usage](https://github.com/donaldzou/wireguard-dashboard#-usage) - [🪜 Usage](#-usage)
- [Start/Stop/Restart Wireguard Dashboard](https://github.com/donaldzou/wireguard-dashboard/tree/v2.2-beta#startstoprestart-wireguard-dashboard) - [Start/Stop/Restart Wireguard Dashboard](#startstoprestart-wireguard-dashboard)
- [Autostart Wireguard Dashboard on boot](https://github.com/donaldzou/wireguard-dashboard/tree/v2.2-beta#autostart-wireguard-dashboard-on-boot) - [Autostart Wireguard Dashboard on boot](#autostart-wireguard-dashboard-on-boot)
- [✂️ Dashboard Configuration](https://github.com/donaldzou/wireguard-dashboard#%EF%B8%8F-dashboard-configuration) - [✂️ Dashboard Configuration](#%EF%B8%8F-dashboard-configuration)
- [❓ How to update the dashboard?](https://github.com/donaldzou/wireguard-dashboard#-how-to-update-the-dashboard) - [Dashboard Configuration file](#dashboard-configuration-file)
- [⚠️ Update from v1.x.x](https://github.com/donaldzou/wireguard-dashboard#%EF%B8%8F--update-from-v1xx) - [Generating QR code](#generating-qr-code)
- [🔍 Screenshot](https://github.com/donaldzou/wireguard-dashboard#-screenshot) - [❓ How to update the dashboard?](#-how-to-update-the-dashboard)
- ⏰ Changelog - [⚠️ Update from v1.x.x](#%EF%B8%8F--update-from-v1xx)
- 🛒 Dependencies - [🔍 Screenshot](#-screenshot)
- ✨ Contributors - [⏰ Changelog](#--changelog)
- [🛒 Dependencies](#-dependencies)
- [✨ Contributors](#-contributors)
## 💡 Features ## 💡 Features