13 lines
302 B
Markdown
13 lines
302 B
Markdown
# Wireguard Easy Client Generator
|
|
my personal way of creating client configs easily
|
|
|
|
## Setup
|
|
```
|
|
git clone https://git.stephenltoth.com/icaema/wireguard-easy-clientgen.git && cd wireguard-easy-clientgen
|
|
cp 0connection-info.env.def 0connection-info.env
|
|
|
|
#edit 0connection-info.env
|
|
|
|
./1genconfig.sh
|
|
```
|