在编译webrtc的时候遇到的一个很大的问题就是F墙,这个问题困扰无数国内的程序员,这里介绍一个可以通过设置ss为gclient的方式
1.安装polipo
sudo apt-get install polipo
2. 设置polipo的socks5的代理为
sudo polipo socksParentProxy=localhost:1080 这里的localhost换为shadowsocks的客户端监听的IP地址
3.在linux环境下 export http_proxy=127.0.0.1:8123
export https_proxy=127.0.0.1:8123
4.OK. gclient sync