支持阿里云DNS

This commit is contained in:
GoEdgeLab
2020-11-15 11:57:49 +08:00
parent 2b1e460180
commit 7eda7098c2
16 changed files with 500 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ type ProviderInterface interface {
GetRecords(domain string) (records []*Record, err error)
// 读取域名支持的线路数据
GetRoutes(domain string) (routes []string, err error)
GetRoutes(domain string) (routes []*Route, err error)
// 设置记录
AddRecord(domain string, newRecord *Record) error