1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-10-01 09:00:13 +02:00

Update README.md

Added instruction to install `net-tools`. It is required for the Python package `ifcfg`. Seems like it is not pre-installed on a fresh debian based system.
This commit is contained in:
Donald Zou 2023-12-10 13:01:45 -05:00
parent 77f31177c8
commit 86220694ce

View File

@ -101,7 +101,8 @@ git clone -b v3.1-dev https://github.com/donaldzou/WGDashboard.git wgdashboard
- **WireGuard** and **WireGuard-Tools (`wg-quick`)** are installed. - **WireGuard** and **WireGuard-Tools (`wg-quick`)** are installed.
> Don't know how? Check this <a href="https://www.wireguard.com/install/">official documentation</a> > Don't know how? Check this <a href="https://www.wireguard.com/install/">official documentation</a>
- Net Tools (`net-tools`) is installed.
- You can verify this by checking if `ifconfig` return a list of network interface. Such as `eth0`
- Configuration files under **`/etc/wireguard`**, but please note the following sample - Configuration files under **`/etc/wireguard`**, but please note the following sample
```ini ```ini