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
hi.
服务器上搭建的是node-spdyproxy :(http://github.com/igrigorik/node-spdyproxy/)
root@wh:# ps aux|grep spdyproxy root 20810 0.0 0.0 3084 940 pts/3 S+ 09:29 0:00 grep --color=auto spdyproxy root 27059 0.0 2.3 895588 24360 ? Ssl Dec04 0:03 /root/node-v4.1.0-linux-x64/bin/node /root/node-v4.1.0-linux-x64/bin/spdyproxy -k /root/private.key -c /root/public.crt -p 344 root@wh:#
然后在Mac上运行: open "/Applications/google chrome.app/" --args --proxy-server=https://yourvps-ip:344 --ignore-certificate-errors 上述命令会打开chrome浏览器, 不过在这个chrome浏览器里翻墙失败,不知为什么??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi.
服务器上搭建的是node-spdyproxy :(http://github.com/igrigorik/node-spdyproxy/)
root@wh:
# ps aux|grep spdyproxy#root 20810 0.0 0.0 3084 940 pts/3 S+ 09:29 0:00 grep --color=auto spdyproxy
root 27059 0.0 2.3 895588 24360 ? Ssl Dec04 0:03 /root/node-v4.1.0-linux-x64/bin/node /root/node-v4.1.0-linux-x64/bin/spdyproxy -k /root/private.key -c /root/public.crt -p 344
root@wh:
然后在Mac上运行:
open "/Applications/google chrome.app/" --args --proxy-server=https://yourvps-ip:344 --ignore-certificate-errors
上述命令会打开chrome浏览器,
不过在这个chrome浏览器里翻墙失败,不知为什么??
The text was updated successfully, but these errors were encountered: