自建DNS支持递归查询

This commit is contained in:
GoEdgeLab
2021-08-21 16:46:41 +08:00
parent e431ef1cad
commit e63689aeb4
5 changed files with 82 additions and 1 deletions

View File

@@ -22,5 +22,5 @@ const (
UserNodeVersion = "0.0.10"
AuthorityNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.2"
DNSNodeVersion = "0.1.0"
DNSNodeVersion = "0.2.0"
)