feat: support bunny as dns and cdn provider

This commit is contained in:
imlonghao
2025-04-13 12:39:02 +08:00
parent 4e3f499d76
commit 5143823e43
26 changed files with 692 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ type AccessConfigForBytePlus struct {
SecretKey string `json:"secretKey"`
}
type AccessConfigForBunny struct {
ApiKey string `json:"apiKey"`
}
type AccessConfigForCacheFly struct {
ApiToken string `json:"apiToken"`
}