mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-06-02 14:26:03 +00:00
7 lines
135 B
Go
7 lines
135 B
Go
package constant
|
|
|
|
const (
|
|
CertificateStoreSystem = "system"
|
|
CertificateStoreMozilla = "mozilla"
|
|
CertificateStoreNone = "none"
|
|
)
|