自建DNS增加解析测试

This commit is contained in:
GoEdgeLab
2021-08-09 18:41:30 +08:00
parent db11331c4e
commit 21ccd0c46e
8 changed files with 179 additions and 2 deletions

View File

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