mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-16 21:30:27 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
package constant
|
|
|
|
const ACMETLS1Protocol = "acme-tls/1"
|
|
|
|
const (
|
|
TLSEngineDefault = ""
|
|
TLSEngineApple = "apple"
|
|
)
|