forked from mirrors/amnezia-wg-easy
wip
This commit is contained in:
parent
650128cacb
commit
18b6ce7c78
8 changed files with 77 additions and 37 deletions
|
@ -7,10 +7,15 @@
|
|||
PrivateKey = iOQJS7OUUGPYATsX6nqlL+sOODoiWiN5IOE8Msfw/0o=
|
||||
Address = 10.8.0.1/24
|
||||
ListenPort = 51820
|
||||
DNS = 1.1.1.1
|
||||
|
||||
# Client: Emile (af3111a4-7343-4380-a293-ed498d9aa3b8)
|
||||
[Peer]
|
||||
PublicKey = i8xWKqicnDkNL14I4B+I1zlB8od/booA1joIosWn7X4=
|
||||
PresharedKey = MzplKtOQ44/IaAKri2VKqCoIlg4XiVH7TCp5bcYRTQU=
|
||||
AllowedIPs = 10.8.0.2/32
|
||||
AllowedIPs = 10.8.0.2/32
|
||||
|
||||
# Client: Test 2 (c3ff2018-b2a8-4276-a16e-788e9a7e1aa6)
|
||||
[Peer]
|
||||
PublicKey =
|
||||
PresharedKey =
|
||||
AllowedIPs = 10.8.0.4/32
|
|
@ -2,7 +2,7 @@
|
|||
"server": {
|
||||
"privateKey": "iOQJS7OUUGPYATsX6nqlL+sOODoiWiN5IOE8Msfw/0o=",
|
||||
"publicKey": "BkdntwYazhYZzEEHhcYayq6TGw9/YUDQ251s+5bTgC0=",
|
||||
"address": "10.8.0.1/24",
|
||||
"address": "10.8.0.1",
|
||||
"port": "51820",
|
||||
"dns": "1.1.1.1"
|
||||
},
|
||||
|
@ -14,8 +14,17 @@
|
|||
"privateKey": "sHUUDbaZBQshfOvvF8HeebhhXq3rDKWlW1Vm+6XMklU=",
|
||||
"publicKey": "i8xWKqicnDkNL14I4B+I1zlB8od/booA1joIosWn7X4=",
|
||||
"preSharedKey": "MzplKtOQ44/IaAKri2VKqCoIlg4XiVH7TCp5bcYRTQU=",
|
||||
"address": "10.8.0.2/32",
|
||||
"allowedIPs": "10.8.0.2/32",
|
||||
"address": "10.8.0.2",
|
||||
"enabled": true
|
||||
},
|
||||
"c3ff2018-b2a8-4276-a16e-788e9a7e1aa6": {
|
||||
"name": "Test 2",
|
||||
"address": "10.8.0.4",
|
||||
"privateKey": "",
|
||||
"publicKey": "",
|
||||
"preSharedKey": "",
|
||||
"createdAt": "2021-05-22T21:26:28.552Z",
|
||||
"updatedAt": "2021-05-22T21:26:28.552Z",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue