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),