一萌业、Windows的 Linux子系統(tǒng)科學上網(wǎng) https://segmentfault.com/a/1190000015913747
1.安裝python-pip
apt install python-pip
2.升級pip
pip install --upgrade pip
3.安裝genpac 工具
pip install genpac
4.生成配置
genpac --proxy="SOCKS5 127.0.0.1:1080" -o autoproxy.pac --gfwlist-url="https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt"
5.編輯 /etc/profile 在文件最后添加(具體端口配置和ss 客戶端保持一致)
export http_proxy=http://127.0.0.1:1080
export https_proxy=http://127.0.0.1:1080
export ftp_proxy=http://127.0.0.1:1080
6.立刻生效
source /etc/profile