This commit is contained in:
CN-JS-HuiBai
2026-04-15 00:27:13 +08:00
parent 16aef30573
commit fef3ac71ea

View File

@@ -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"
} }