🎨几乎全部完成
This commit is contained in:
@@ -15,6 +15,7 @@ Table = {{ .Server.Table|html }}
|
||||
# CreatedAt: {{ .CreatedAt|html }}
|
||||
# UpdatedAt: {{ .UpdatedAt|html }}
|
||||
# CreateUser: {{ .CreateUser|html }}
|
||||
# SyncAt: {{ .SyncAt|html }}
|
||||
[Peer]
|
||||
PublicKey = {{ .PublicKey|html }}
|
||||
PresharedKey = {{ .PresharedKey|html }}
|
||||
|
@@ -30,12 +30,13 @@ type Client struct {
|
||||
PublicKey string `json:"publicKey"`
|
||||
PresharedKey string `json:"presharedKey"`
|
||||
AllowedIPS string `json:"allowedIps"`
|
||||
PersistentKeepalive string `json:"persistentKeepalive"`
|
||||
PersistentKeepalive int `json:"persistentKeepalive"`
|
||||
Endpoint string `json:"endpoint"`
|
||||
CreateUser string `json:"createUser"`
|
||||
Enabled bool `json:"enabled"`
|
||||
CreatedAt string `json:"createdAt"`
|
||||
UpdatedAt string `json:"updatedAt"`
|
||||
SyncAt string `json:"syncAt"`
|
||||
}
|
||||
|
||||
type Keys struct {
|
||||
|
Reference in New Issue
Block a user