[GH-ISSUE #81] 发现有异常的dns请求 #41

Closed
opened 2026-02-27 23:15:10 +03:00 by kerem · 3 comments
Owner

Originally created by @nxsre on GitHub (May 19, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/81

程序会发起不必要的DNS 请求,有时候会有请求被代理到 阿里云的服务器,出现404 或者 403 ,这是什么原因?
有很多dns请求查询的是 不存在的域名,像是随机的,但是没有后缀

Originally created by @nxsre on GitHub (May 19, 2018). Original GitHub issue: https://github.com/snail007/goproxy/issues/81 程序会发起不必要的DNS 请求,有时候会有请求被代理到 阿里云的服务器,出现404 或者 403 ,这是什么原因? 有很多dns请求查询的是 不存在的域名,像是随机的,但是没有后缀
kerem closed this issue 2026-02-27 23:15:10 +03:00
Author
Owner

@snail007 commented on GitHub (May 19, 2018):

不是proxy主动程序发起的,是客户端发起的代理请求,proxy不会自己发起任何请求.

<!-- gh-comment-id:390396876 --> @snail007 commented on GitHub (May 19, 2018): 不是proxy主动程序发起的,是客户端发起的代理请求,proxy不会自己发起任何请求.
Author
Owner

@nxsre commented on GitHub (May 19, 2018):

我把本地的proxy 进程停掉之后就再没有发起的dns请求了

<!-- gh-comment-id:390405438 --> @nxsre commented on GitHub (May 19, 2018): 我把本地的proxy 进程停掉之后就再没有发起的dns请求了
Author
Owner

@snail007 commented on GitHub (May 20, 2018):

有个智能检测,只要访问过一次那个域名就会进入检查列表,定期检查,触发者还是客户端。

<!-- gh-comment-id:390447333 --> @snail007 commented on GitHub (May 20, 2018): 有个智能检测,只要访问过一次那个域名就会进入检查列表,定期检查,触发者还是客户端。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#41
No description provided.