mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #159] sock5代理错误 #91
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#91
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 @ssqf on GitHub (Oct 17, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/159
使用如下命令创建sock5代理服务器
./proxy socks -t tcp -p "0.0.0.0:9999" --forever --log proxy.log --daemon前面几天一直没问题。突然某天开始,每次刚开始启动正常,过十来分钟后就异常了
部分log提示如下,详细log见附件
proxy.log
麻烦问一下这是什么原因导致呢?有人知道我这个IP和端口了,大量在使用?还是其他原因
@snail007 commented on GitHub (Oct 17, 2018):
你需要调整一下每个进程可以打开的最大文件数,默认只有1024,说明你的使用者比较多或者占用过多tcp连接。