增加DNS服务商账号管理

This commit is contained in:
GoEdgeLab
2020-11-11 21:32:25 +08:00
parent 1d1cebbe47
commit 761cb6ca60
17 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package dnsproviders
// DNS操作接口
type ProviderInterface interface {
// 检查账号
}