Code · 19 lines · 731 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19# WireGuardConfigGenerator

All keys are examples not used in production. All data is stored in a password protected salted encrypted en gzipped file.

## Example server conf (autogenerated)

![Example server conf](https://github.com/alphons/WireGuardConfigGenerator/blob/master/images/server-conf.png)

## Example client conf  (autogenerated)

![Example client conf](https://github.com/alphons/WireGuardConfigGenerator/blob/master/images/client-conf.png)

## Example server edit

![Example server edit](https://github.com/alphons/WireGuardConfigGenerator/blob/master/images/server-edit.png)

## Example client edit

![Example client edit](https://github.com/alphons/WireGuardConfigGenerator/blob/master/images/client-edit.png)