Fix ss2022 user stat for single user

This commit is contained in:
yuhan6665 2022-07-02 11:26:24 -04:00
parent 0eed604ba3
commit 9480bc0379

View File

@ -80,6 +80,7 @@ func (v *ShadowsocksServerConfig) Build() (proto.Message, error) {
config.Method = v.Cipher
config.Key = v.Password
config.Network = v.NetworkList.Build()
config.Email = v.Email
return config, nil
}