forked from mirrors/amnezia-wg-easy
wip
This commit is contained in:
parent
30f56510e6
commit
f266f168da
4 changed files with 66 additions and 17 deletions
9
.wg-easy/wg0.conf
Normal file
9
.wg-easy/wg0.conf
Normal 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
8
.wg-easy/wg0.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"server": {
|
||||
"privateKey": "8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA=",
|
||||
"publicKey": "065+jEZi4CMWbwSCrixByy3D+haZR2e+kjmxMq6h+EY=",
|
||||
"address": "10.8.0.1"
|
||||
},
|
||||
"clients": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue