mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-12 10:07:20 +10:00
8 lines
135 B
Go
8 lines
135 B
Go
package constant
|
|
|
|
const (
|
|
CertificateStoreSystem = "system"
|
|
CertificateStoreMozilla = "mozilla"
|
|
CertificateStoreNone = "none"
|
|
)
|