Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socks5正向代理 #1051

Open
shioss opened this issue Nov 19, 2024 · 0 comments
Open

socks5正向代理 #1051

shioss opened this issue Nov 19, 2024 · 0 comments

Comments

@shioss
Copy link

shioss commented Nov 19, 2024

1.docker镜像直接启动的
启动命令是
docker run -d --name gost -p 1080:1080 gogost/gost -L socks5://test123:123456@:1080
2在客户端使用netch连接后,无法上网
docker日志疯狂提示:
{ "client": "x.x.x.x", "duration": 94931, "handler": "socks5", "inputBytes": 0, "kind": "handler", "level": "info", "listener": "tcp", "local": "172.17.0.2:1080", "msg": "x.x.x.x:55091 >< 172.17.0.2:1080", "outputBytes": 0, "remote": "x.x.x.x:55091", "service": "service-0", "sid": "csuadnl59vu1i8nh85kg", "time": "2024-11-19T14:55:26.183Z" }{ "handler": "socks5", "kind": "service", "level": "error", "listener": "tcp", "msg": "EOF", "service": "service-0", "sid": "csuadnl59vu1i8nh85kg", "time": "2024-11-19T14:55:26.183Z" }{ "client": "x.x.x.x", "handler": "socks5", "kind": "handler", "level": "info", "listener": "tcp", "local": "172.17.0.2:1080", "msg": "x.x.x.x:55090 <> 172.17.0.2:1080", "remote": "x.x.x.x:55090", "service": "service-0", "sid": "csuadnl59vu1i8nh85l0", "time": "2024-11-19T14:55:26.191Z" }{ "client": "x.x.x.x", "handler": "socks5", "kind": "handler", "level": "error", "listener": "tcp", "local": "172.17.0.2:1080", "msg": "EOF", "remote": "x.x.x.x:55090", "service": "service-0", "sid": "csuadnl59vu1i8nh85l0", "time": "2024-11-19T14:55:26.191Z" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant