在Linux中设置no_proxy可以通过以下几种技巧:
export no_proxy="localhost,127.0.0.1,example.com"
export no_proxy="localhost,127.0.0.1,example.com"
no_proxy = "localhost,127.0.0.1,example.com"
curl --noproxy "localhost,127.0.0.1,example.com" https://example.com
sudo echo 'no_proxy="localhost,127.0.0.1,example.com"' >> /etc/environment