自建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

@@ -61,6 +61,8 @@ func (this *UpdateAction) RunGet(params struct {
"name": addr.Name,
"ip": addr.Ip,
"canAccess": addr.CanAccess,
"isOn": addr.IsOn,
"isUp": addr.IsUp,
})
}