智能 DNS实现健康检查

This commit is contained in:
刘祥超
2023-05-03 17:09:55 +08:00
parent cc4cd9c620
commit 22010190b2
4 changed files with 75 additions and 26 deletions

View File

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