🎨修复Bug
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-06-05 10:40:41 +08:00
parent 8fb76cf20f
commit 1e8e1c0196

View File

@ -90,7 +90,7 @@ func asyncWireguardConfigFile() {
Email: v.Email,
PublicKey: clientKey.PublicKey,
PresharedKey: clientKey.PresharedKey,
AllowedIPS: v.AllowedIps,
AllowedIPS: v.IpAllocation,
PersistentKeepalive: strconv.Itoa(globalSetting.PersistentKeepalive),
Endpoint: v.Endpoint,
CreatedAt: v.CreatedAt.String(),