mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 12:40:12 +00:00
Initial commit
This commit is contained in:
11
conf/acme.go
Normal file
11
conf/acme.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package conf
|
||||
|
||||
type ACME struct {
|
||||
Name string
|
||||
Mode string `json:"CertMode"` // file, http, dns
|
||||
RejectUnknownSni bool `json:"RejectUnknownSni"`
|
||||
Provider string `json:"Provider"` // alidns, cloudflare, gandi, godaddy....
|
||||
Email string `json:"Email"`
|
||||
DNSEnv map[string]string `json:"DNSEnv"`
|
||||
Storage string `json:"Storage"`
|
||||
}
|
||||
Reference in New Issue
Block a user