Privoxy | 終端運用privoxy自由選擇是否代理拉取Golang包(Mac OS)

來源:互聯網
上載者:User

21天精品區塊鏈課程免費學習,深入實戰行家帶路,助力開發人員輕鬆玩轉區塊鏈!>>>   

背景:

1.運用包管理工具dep管理引用包2.有些包需要代理,有包是內部包不能用代理

實現:

1.配置socks5代理(略過)

2.安裝privoxy

通過brew install privoxy進行安裝安裝成功後,通過brew info privoxy查看安裝過後的資訊  privoxy: stable 3.0.26 (bottled)  ******省略******  To have launchd start privoxy now and restart at login:     brew services start privoxy  Or, if you don't want/need a background service you can just run:     privoxy /usr/local/etc/privoxy/config 從資訊中可以看出來設定檔在/usr/local/etc/privoxy/config

3. 配置設定(配置協助文檔: https://www.privoxy.org/user-manual/config.html)

# privoxy 監聽配置listen-address  127.0.0.1:1087# privoxy 代理到socks的地址上forward-socks5 / 127.0.0.1:1086 .# 不需要走http代理的IP或者網域名稱forward 192.168.*.* .forward 10.*.*.* .forward 127.*.*.* .forward *.com .儲存配置,啟動privoxy

讓終端走privoxy的http代理

export http_proxy="http://127.0.0.1:1087"export https_proxy="http://127.0.0.1:1087"終端代理的N中方法: https://blog.fazero.me/2015/09/15/%E8%AE%A9%E7%BB%88%E7%AB%AF%E8%B5%B0%E4%BB%A3%E7%90%86%E7%9A%84%E5%87%A0%E7%A7%8D%E6%96%B9%E6%B3%95/
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.