From fef3ac71ea02b9a8a42e65c62825a8af6cea240e Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Wed, 15 Apr 2026 00:27:13 +0800 Subject: [PATCH] ds --- service/xboard/service.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/xboard/service.go b/service/xboard/service.go index 057e7968..62bb7e4b 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -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" }