This commit is contained in:
Emile Nijssen 2021-05-23 15:55:50 +02:00
parent 30f56510e6
commit f266f168da
4 changed files with 66 additions and 17 deletions

9
.wg-easy/wg0.conf Normal file
View file

@ -0,0 +1,9 @@
# Note: Do not edit this file directly.
# Your changes will be overwritten!
# Server
[Interface]
PrivateKey = 8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA=
Address = 10.8.0.1/24
ListenPort = 51820

8
.wg-easy/wg0.json Normal file
View file

@ -0,0 +1,8 @@
{
"server": {
"privateKey": "8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA=",
"publicKey": "065+jEZi4CMWbwSCrixByy3D+haZR2e+kjmxMq6h+EY=",
"address": "10.8.0.1"
},
"clients": {}
}