xami / phpsocks5

Automatically exported from code.google.com/p/phpsocks5
0 stars 0 forks source link

socks5 无法使用 #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
版本 : 0.6 sp 1
系统 : Apache/2.2.12 (Ubuntu)

测试运行 run_with_polipo.bat 后 HTTP代理开启能正常使用 
速度比较不错

运行 run_without_polipo.bat 后, socks5代理端口开启, 
使用socks5客户端代理软件测试提示失败, 使用 qq 网络测试 
选择 类型socks5代理, IP 127.0.0.1, 端口 10080
提示 "无法连接到代理服务器"

netstat -an 命令查看端口
发现 10080端口已经处于监听状态  这个是什么情况..

Original issue reported on code.google.com by ltes...@gmail.com on 17 Oct 2011 at 7:33

GoogleCodeExporter commented 9 years ago
QQ使用socks5的时候用的是UDP协议,由于绝大多数PHP空间都用防
火墙禁止了除了53端口外的所有UDP协议,所以phpsocks5暂不支持
UDP协议。

Original comment by lehui99 on 19 Oct 2011 at 12:43