Skip to content

Commit

Permalink
Fix ss2022 user stat for single user
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan6665 committed Jul 2, 2022
1 parent 0eed604 commit 9480bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/conf/shadowsocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9480bc0

Please sign in to comment.