mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-07-19 21:08:40 +08:00
11 lines
173 B
Go
11 lines
173 B
Go
package constant
|
|
|
|
const ACMETLS1Protocol = "acme-tls/1"
|
|
|
|
const (
|
|
TLSEngineDefault = ""
|
|
TLSEngineGo = "go"
|
|
TLSEngineApple = "apple"
|
|
TLSEngineWindows = "windows"
|
|
)
|