美文网首页
一些笔记杂记

一些笔记杂记

作者: 是点点 | 来源:发表于2020-04-03 14:07 被阅读0次

    iTerm2走代理

    $ vim  ~/.zshrc
    # Proxy
    export http_proxy=socks5://127.0.0.1:7891
    export https_proxy=$http_proxy
    
    # 设置好后无法ping通外网,不过实际`curl`等是可以正常执行的
    # 因Python本身不支持socks,在执行的时候会报错,需要在添加代理之前执行`pip install pysocks`安装支持库
    

    相关文章

      网友评论

          本文标题:一些笔记杂记

          本文链接:https://www.haomeiwen.com/subject/zuymkhtx.html