feat: cloudflare zone api token

This commit is contained in:
Fu Diwei
2025-03-31 21:13:07 +08:00
parent 893391a3d1
commit 2f7fd95684
7 changed files with 30 additions and 5 deletions

View File

@@ -114,6 +114,7 @@ export type AccessConfigForCdnfly = {
export type AccessConfigForCloudflare = {
dnsApiToken: string;
zoneApiToken?: string;
};
export type AccessConfigForClouDNS = {