优化DNS服务器的HTTP客户端配置,调整超时时间和连接参数;增加查询记录缓存限制

This commit is contained in:
lirui
2026-01-04 22:32:56 +08:00
parent 57fb2cfd67
commit 27d53c8751
3 changed files with 77 additions and 169 deletions

9
go.mod
View File

@@ -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
)