DNS服务支持密钥管理

This commit is contained in:
GoEdgeLab
2021-07-25 09:43:57 +08:00
parent f074f474e0
commit 870fff9479
11 changed files with 404 additions and 0 deletions

View File

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