实现完整的集群、域名同步

This commit is contained in:
刘祥超
2020-11-14 21:28:07 +08:00
parent 9f67a584b4
commit 2da1ab384c
12 changed files with 507 additions and 172 deletions

View File

@@ -21,4 +21,7 @@ type ProviderInterface interface {
// 删除记录
DeleteRecord(domain string, record *Record) error
// 默认线路
DefaultRoute() string
}