自建DNS支持递归查询

This commit is contained in:
GoEdgeLab
2021-08-21 16:46:49 +08:00
parent b925a66e6f
commit ee86fb4846
16 changed files with 303 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package cluster
package accessLog
import (
"encoding/json"

View File

@@ -1,4 +1,4 @@
package cluster
package accessLog
import (
"github.com/TeaOSLab/EdgeAdmin/internal/configloaders"