mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #81] 发现有异常的dns请求 #41
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nxsre on GitHub (May 19, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/81
程序会发起不必要的DNS 请求,有时候会有请求被代理到 阿里云的服务器,出现404 或者 403 ,这是什么原因?
有很多dns请求查询的是 不存在的域名,像是随机的,但是没有后缀
@snail007 commented on GitHub (May 19, 2018):
不是proxy主动程序发起的,是客户端发起的代理请求,proxy不会自己发起任何请求.
@nxsre commented on GitHub (May 19, 2018):
我把本地的proxy 进程停掉之后就再没有发起的dns请求了
@snail007 commented on GitHub (May 20, 2018):
有个智能检测,只要访问过一次那个域名就会进入检查列表,定期检查,触发者还是客户端。