添加匿名度检查, 扩展/get#694
Closed
Jerry12228 wants to merge 4 commits intojhao104:masterfrom
Closed
Conversation
扩展了/get api,支持参数anonymous从而支持获取指定匿名度的ip
anonymous值说明
后端: -1获取失败, 0透明, 1匿名, 2高匿
前端: -1任意匿名度的代理, 空:同-1, 其他同后端
e.g.
/get/?anonymous=2
返回:
{
"anonymous": 2,
"check_count": 21,
"fail_count": 0,
"https": false,
"last_status": true,
"last_time": "2022-08-14 21:27:14",
"proxy": "120.237.144.57:9091",
"region": "中国 广东 佛山 移动",
"source": "freeProxy06/freeProxy03"
}
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加了匿名度校验(anonymous不空啦)
扩展了/get api,支持参数anonymous从而支持获取指定匿名度的ip
(包括redis和ssdb)
anonymous值说明
后端: -1获取失败, 0透明, 1匿名, 2高匿
前端: -1任意匿名度的代理, 空:同-1, 其他同后端
e.g.
/get/?anonymous=2
返回:
{
"anonymous": 2,
"check_count": 21,
"fail_count": 0,
"https": false,
"last_status": true,
"last_time": "2022-08-14 21:27:14",
"proxy": "120.237.144.57:9091",
"region": "中国 广东 佛山 移动",
"source": "freeProxy06/freeProxy03"
}