:recycle:重构了部分代码
This commit is contained in:
@@ -80,7 +80,7 @@ func asyncWireguardConfigFile() {
|
||||
Name: v.Name,
|
||||
Email: v.Email,
|
||||
PublicKey: clientKey.PublicKey,
|
||||
PresharedKey: clientKey.PrivateKey,
|
||||
PresharedKey: clientKey.PresharedKey,
|
||||
AllowedIPS: v.AllowedIps,
|
||||
PersistentKeepalive: strconv.Itoa(globalSetting.PersistentKeepalive),
|
||||
Endpoint: v.Endpoint,
|
||||
|
||||
Reference in New Issue
Block a user