实现域名服务器集群管理

This commit is contained in:
刘祥超
2021-05-25 15:49:13 +08:00
parent 18381b76fb
commit a07dbb718f
24 changed files with 787 additions and 82 deletions

View File

@@ -0,0 +1,6 @@
package nameservers
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)