feat: new acme dns-01 provider: netlify

This commit is contained in:
Fu Diwei
2025-05-15 22:22:18 +08:00
parent 9e08cfd1d1
commit 70bd2f0581
13 changed files with 136 additions and 1 deletions

View File

@@ -205,6 +205,10 @@ type AccessConfigForNetcup struct {
ApiPassword string `json:"apiPassword"`
}
type AccessConfigForNetlify struct {
ApiToken string `json:"apiToken"`
}
type AccessConfigForNS1 struct {
ApiKey string `json:"apiKey"`
}