mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 20:50:09 +00:00
add default CertConfig
This commit is contained in:
@@ -10,3 +10,9 @@ type CertConfig struct {
|
||||
Email string `json:"Email"`
|
||||
DNSEnv map[string]string `json:"DNSEnv"`
|
||||
}
|
||||
|
||||
func NewCertConfig() *CertConfig {
|
||||
return &CertConfig{
|
||||
CertMode: "none",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user