mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-14 20:09:37 +03:00
Add uTLS support for shadowtls v3
This commit is contained in:
@@ -25,6 +25,10 @@ type Config interface {
|
||||
Clone() Config
|
||||
}
|
||||
|
||||
type ConfigWithSessionIDGenerator interface {
|
||||
SetSessionIDGenerator(generator func(clientHello []byte, sessionID []byte) error)
|
||||
}
|
||||
|
||||
type ServerConfig interface {
|
||||
Config
|
||||
adapter.Service
|
||||
|
||||
Reference in New Issue
Block a user