feat: new acme dns-01 provider: netlify
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user