mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #310] Proxy CPU占用100% #226
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#226
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 @joewongex on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/310
采用SOCKS二级代理(加密),一级代理是CentOS 7.6.1810,一核一G,二级代理是Windows 7。Win7上Chrome设置二级代理的地址通过代理上网,打开百度,一级代理的Proxy CPU占用率直接升到100%(平常都是不超过2%的)
Proxy版本:v8.0
一级代理执行命令:./proxy socks -t tls -p :3333 -C proxy.crt -K proxy.key --forever --log proxy.log --daemon
二级代理执行命令:proxy.exe socks -p ":3334" -t tcp -T tls -P "ip:3333" -C proxy.crt -K proxy.key --debug
Chrome浏览器通过在快捷方式,目标中加入“ --proxy-server="socks5://127.0.0.1:3334"选项使用代理上网。
@snail007 commented on GitHub (Aug 15, 2019):
没有日志无法定位问题。
@joewongex commented on GitHub (Aug 15, 2019):
日志全都是
xxx connected
xxx released
这样的
@snail007 commented on GitHub (Aug 15, 2019):
内容不具体无法分析。
@snail007 commented on GitHub (Aug 15, 2019):
请按照issue模板完整描述一下。
@joewongex commented on GitHub (Aug 15, 2019):
我觉得我写得够清楚了,算了,换个软件,没那么多时间给你排错。
@snail007 commented on GitHub (Mar 11, 2020):
fixed in v8.9