mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-17 14:29:07 +00:00
8 lines
135 B
Go
8 lines
135 B
Go
package constant
|
|
|
|
const (
|
|
CertificateStoreSystem = "system"
|
|
CertificateStoreMozilla = "mozilla"
|
|
CertificateStoreNone = "none"
|
|
)
|