Files
sing-box-extended-mirror/constant/certificate.go
T

8 lines
135 B
Go
Raw Normal View History

2025-01-08 10:34:45 +08:00
package constant
const (
CertificateStoreSystem = "system"
CertificateStoreMozilla = "mozilla"
CertificateStoreNone = "none"
)