feat: new acme dns-01 provider: digitalocean
This commit is contained in:
@@ -170,6 +170,10 @@ export type AccessConfigForDeSEC = {
|
||||
token: string;
|
||||
};
|
||||
|
||||
export type AccessConfigForDigitalOcean = {
|
||||
accessToken: string;
|
||||
};
|
||||
|
||||
export type AccessConfigForDingTalkBot = {
|
||||
webhookUrl: string;
|
||||
secret?: string;
|
||||
|
||||
Reference in New Issue
Block a user