Merge pull request #610 from imlonghao/feat/bunny

feat: support bunny as dns and cdn provider
This commit is contained in:
Yoan.liu
2025-04-19 10:45:51 +08:00
committed by GitHub
26 changed files with 690 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"`
}