优化DNS服务器的HTTP客户端配置,调整超时时间和连接参数;增加查询记录缓存限制
This commit is contained in:
9
go.mod
9
go.mod
@@ -1,3 +1,12 @@
|
||||
module github.com/meowrain/nodeprobe
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/miekg/dns v1.1.69 // indirect
|
||||
golang.org/x/mod v0.30.0 // indirect
|
||||
golang.org/x/net v0.47.0 // indirect
|
||||
golang.org/x/sync v0.18.0 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
golang.org/x/tools v0.39.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user