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