We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eed604 commit 9480bc0Copy full SHA for 9480bc0
infra/conf/shadowsocks.go
@@ -80,6 +80,7 @@ func (v *ShadowsocksServerConfig) Build() (proto.Message, error) {
80
config.Method = v.Cipher
81
config.Key = v.Password
82
config.Network = v.NetworkList.Build()
83
+ config.Email = v.Email
84
return config, nil
85
}
86
0 commit comments