DNS服务商增加厂家筛选

This commit is contained in:
GoEdgeLab
2022-05-07 20:41:53 +08:00
parent 8e132969ac
commit a2f38059b9
3 changed files with 13 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ func (this *APINode) Start() {
// Daemon 实现守护进程
func (this *APINode) Daemon() {
path := os.TempDir() + "/edge-api.sock"
path := os.TempDir() + "/" + teaconst.ProcessName + ".sock"
isDebug := lists.ContainsString(os.Args, "debug")
isDebug = true
for {