feat: add namecheap dns-01 applicant

This commit is contained in:
Fu Diwei
2025-02-21 10:32:30 +08:00
parent 543d2d9d50
commit 63f824e3dd
18 changed files with 181 additions and 1 deletions

View File

@@ -131,6 +131,11 @@ type AccessConfigForKubernetes struct {
type AccessConfigForLocal struct{}
type AccessConfigForNamecheap struct {
Username string `json:"username"`
ApiKey string `json:"apiKey"`
}
type AccessConfigForNameDotCom struct {
Username string `json:"username"`
ApiToken string `json:"apiToken"`