- wind10 安裝ss客戶端 配置server 具體不多說
- 安裝 ubuntu 子系統
3.安裝python pip
apt install python-pip
4.升級pip
pip install --upgrade pip
5.安裝genpac 工具
pip install genpac
6.生成配置
genpac --proxy="SOCKS5 127.0.0.1:1080" -o autoproxy.pac --gfwlist-url="https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt"
7.編輯 /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
- source /etc/profile 讓配置生效
大功告成