DNS服务商增加厂家筛选

This commit is contained in:
刘祥超
2022-05-07 20:41:53 +08:00
parent 94609d8ef4
commit 14ad97c937
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 {