mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-13 23:40:25 +08:00
增加DNS域名管理
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
package dnsproviders
|
||||
|
||||
import "github.com/iwind/TeaGo/maps"
|
||||
|
||||
// DNS操作接口
|
||||
type ProviderInterface interface {
|
||||
// 检查账号
|
||||
// 认证
|
||||
Auth(params maps.Map) error
|
||||
|
||||
// 读取线路数据
|
||||
GetRoutes(domain string) ([][]string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user