Skip to content

Commit 9480bc0

Browse files
committed
Fix ss2022 user stat for single user
1 parent 0eed604 commit 9480bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/conf/shadowsocks.go

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func (v *ShadowsocksServerConfig) Build() (proto.Message, error) {
8080
config.Method = v.Cipher
8181
config.Key = v.Password
8282
config.Network = v.NetworkList.Build()
83+
config.Email = v.Email
8384
return config, nil
8485
}
8586

0 commit comments

Comments
 (0)