mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-02 22:10:26 +08:00
14 lines
283 B
Go
14 lines
283 B
Go
// Copyright 2022 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
|
|
//go:build !plus
|
|
|
|
package setup
|
|
|
|
import (
|
|
"github.com/iwind/TeaGo/dbs"
|
|
)
|
|
|
|
// 检查自建DNS全局设置
|
|
func (this *SQLExecutor) checkNS(db *dbs.DB) error {
|
|
return nil
|
|
}
|