mirror of
https://github.com/SagerNet/sing-quic.git
synced 2025-04-04 20:37:41 +03:00
support same uuid multi users
This commit is contained in:
parent
50569f7483
commit
13a39686df
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ type Service[U comparable] struct {
|
|||
tlsConfig aTLS.ServerConfig
|
||||
heartbeat time.Duration
|
||||
quicConfig *quic.Config
|
||||
userMap map[[16]byte][]U // 每个 UUID 对应多个用户
|
||||
userMap map[[16]byte][]U
|
||||
passwordMap map[U]string
|
||||
congestionControl string
|
||||
authTimeout time.Duration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue