1. 程式人生 > >虛擬機器使用宿主機ssr

虛擬機器使用宿主機ssr

虛擬機器內系統設定

設定代理IP為宿主機的IP地址

SSR設定

 

git設定代理:

git config --global http.proxy http.proxy 'socks5://127.0.0.1:1080'

git config --global http.proxy https.proxy 'socks5://127.0.0.1:1080'

刪除:

git config --global --unset http.proxy

git config --global --unset https.proxy

ubuntu上設定git代理:

~/.gitconfig檔案

curl代理設定:

~/.bashrc中新增一行:

alias curl="curl -x {your_proxy_host}:{proxy_port}"      花括號替換為代理

迅雷代理:

設定中心->高階設定->下載代理->使用自定義代理伺服器,然後在代理管理裡新增,伺服器127.0.0.1,埠1080