clashx 设置终端代理

    export no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com"
    export http_proxy="http://127.0.0.1:7890"
    export https_proxy=$http_proxy

ping 使用的是 ICMP 协议,不支持代理。curl 查看是否生效。

curl -vv https://www.google.com

参考资料:

Issue #592 · Dreamacro/clash