Add service provider Dode
This commit is contained in:
@ -7,6 +7,7 @@ type DNSProviderConfig struct {
|
||||
HuaweiCloud `json:"HuaweiCloud,omitempty"`
|
||||
WestCN `json:"WestCN,omitempty"`
|
||||
RainYun `json:"RainYun,omitempty"`
|
||||
Dode `json:"Dode,omitempty"`
|
||||
}
|
||||
|
||||
type TencentCloud struct {
|
||||
@ -35,3 +36,7 @@ type WestCN struct {
|
||||
type RainYun struct {
|
||||
ApiKey string `json:"ApiKey,omitempty"`
|
||||
}
|
||||
|
||||
type Dode struct {
|
||||
Token string `json:"Token,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user