From c7a56b1dde45235ad51c0db42d4782d52f649e22 Mon Sep 17 00:00:00 2001 From: coward Date: Thu, 22 Aug 2024 11:43:23 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=89=9B=E9=80=BC=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/conf_script.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/conf_script.go b/script/conf_script.go index 5151f2c..960ca18 100644 --- a/script/conf_script.go +++ b/script/conf_script.go @@ -45,7 +45,7 @@ func (script) GenerateConfig() error { Email: client.Email, PublicKey: client.Keys.PublicKey, PresharedKey: client.Keys.PresharedKey, - AllowedIPS: client.AllowedIpsStr, + AllowedIPS: client.IpAllocationStr, Endpoint: client.Endpoint, CreateUser: client.CreateUser, Enabled: cast.ToBool(client.Enabled),