We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当我使用 本地启动服务端:
python .\ssocks5.py 2019-10-21 21:26:33 INFO starting local at 0.0.0.0:7070 (1, (80,)) 2019-10-21 21:28:28 WARNING [Errno 10061] [Error 10061] 由于目标计算机积极拒绝,无法连接。
python .\msocks5.py Server is listening on 0.0.0.0:7070 connection from 127.0.0.1:59686 127.0.0.1:59686 failed to connect to 127.0.0.1:80
本地都提示上面错误,还有这个程序可以服务端/客户端在不同主机上运行,需要修改哪里么
The text was updated successfully, but these errors were encountered:
这是你想访问的目标地址不可达,比如看这个报错,请求发起方想访问本地的80端口,但并没有进程在监听这个端口。
Sorry, something went wrong.
No branches or pull requests
当我使用 本地启动服务端:
python .\ssocks5.py
2019-10-21 21:26:33 INFO starting local at 0.0.0.0:7070
(1, (80,))
2019-10-21 21:28:28 WARNING [Errno 10061] [Error 10061] 由于目标计算机积极拒绝,无法连接。
python .\msocks5.py
Server is listening on 0.0.0.0:7070
connection from 127.0.0.1:59686
127.0.0.1:59686 failed to connect to 127.0.0.1:80
本地都提示上面错误,还有这个程序可以服务端/客户端在不同主机上运行,需要修改哪里么
The text was updated successfully, but these errors were encountered: