ds
This commit is contained in:
@@ -329,6 +329,9 @@ func (s *Service) setupNode() error {
|
||||
case "shadowsocks":
|
||||
method := inner.Cipher
|
||||
serverKey := inner.ServerKey
|
||||
if serverKey == "" {
|
||||
serverKey = s.options.Key
|
||||
}
|
||||
if method == "" {
|
||||
method = "aes-256-gcm"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user