Update README.md

This commit is contained in:
Bakasov 2024-02-12 09:08:31 +03:00
parent 317c1dabf1
commit 5dc68f3d46

View File

@ -69,10 +69,10 @@ When an interface is running, you may use amnezia-wg-tools `awg-quick` to confi
## Setup ## Setup
- Download this script [wg-manager.sh](https://danuk.github.io/wg-manager/wg-manager.sh) from GitHub - Download this script [awg-manager.sh](https://raw.githubusercontent.com/bkeenke/awg-manager/master/awg-manager.sh) from GitHub
- Initialize WireGuard server: `./wg-manager.sh -i -s YOUR_SERVER_IP` - Initialize WireGuard server: `./awg-manager.sh -i -s YOUR_SERVER_IP`
- Add your user: `./wg-manager.sh -c -u my_user -p > wg-client.conf` - Add your user: `./awg-manager.sh -c -u my_user -p > awg-client.conf`
- Install WireGuard on the client - Install WireGuard on the client
- Start client with config `wg-client.conf` - Start client with config `awg-client.conf`