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