mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Add preshared key in wireguard config (#15)
This commit is contained in:
parent
f76de28a17
commit
9617425033
4 changed files with 13 additions and 1 deletions
|
@ -8,7 +8,8 @@ import (
|
|||
type Client struct {
|
||||
ID string `json:"id"`
|
||||
PrivateKey string `json:"private_key"`
|
||||
PublicKey string `json:"pulbic_key"`
|
||||
PublicKey string `json:"public_key"`
|
||||
PresharedKey string `json:"preshared_key"`
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
AllocatedIPs []string `json:"allocated_ips"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue