This commit is contained in:
parent
8fb76cf20f
commit
1e8e1c0196
@ -90,7 +90,7 @@ func asyncWireguardConfigFile() {
|
|||||||
Email: v.Email,
|
Email: v.Email,
|
||||||
PublicKey: clientKey.PublicKey,
|
PublicKey: clientKey.PublicKey,
|
||||||
PresharedKey: clientKey.PresharedKey,
|
PresharedKey: clientKey.PresharedKey,
|
||||||
AllowedIPS: v.AllowedIps,
|
AllowedIPS: v.IpAllocation,
|
||||||
PersistentKeepalive: strconv.Itoa(globalSetting.PersistentKeepalive),
|
PersistentKeepalive: strconv.Itoa(globalSetting.PersistentKeepalive),
|
||||||
Endpoint: v.Endpoint,
|
Endpoint: v.Endpoint,
|
||||||
CreatedAt: v.CreatedAt.String(),
|
CreatedAt: v.CreatedAt.String(),
|
||||||
|
Loading…
Reference in New Issue
Block a user