Adapt new shadowsocks library.

1. Modify ss/ssu handler and connector
2. Add users to metadata of ss and ssu handler
This commit is contained in:
RMT
2025-11-05 21:26:24 +08:00
committed by ginuerzh
parent d2cc07d3ac
commit 0c97db3c05
12 changed files with 372 additions and 192 deletions
+1
View File
@@ -147,6 +147,7 @@ func (s *defaultService) Serve() error {
})
gctx, cancel := context.WithCancel(context.Background())
defer cancel()
if s.status.Stats() != nil {