mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-25 06:26:35 +08:00
域名解析增加CloudFlare DNS支持
This commit is contained in:
12
internal/dnsclients/cloudflare/response_zones.go
Normal file
12
internal/dnsclients/cloudflare/response_zones.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package cloudflare
|
||||
|
||||
type ZonesResponse struct {
|
||||
BaseResponse
|
||||
|
||||
Result []struct {
|
||||
Id string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
} `json:"result"`
|
||||
}
|
||||
Reference in New Issue
Block a user