当某些情况下,给局域网的centos设置了全局代理后,又希望wget的少数命令不走代理
则可以在后面跟上参数--proxy=off
完整命令如下:
wget http://localhost/a.zip --proxy=off