anancds / document

MIT License
1 stars 0 forks source link

wget设置代理 #112

Open anancds opened 4 years ago

anancds commented 4 years ago

打开lantern的页面,点击“设置” --> “高级设置”,此时就可以看到我们的端口号了

anancds commented 4 years ago

image

anancds commented 4 years ago

export http_proxy=127.0.0.1:54818 export https_proxy=127.0.0.1:54818

anancds commented 4 years ago

打开/etc/wgetrc

http_proxy=127.0.0.1:8080 https_proxy=127.0.0.1:8080 ftp_proxy = 127.0.0.1:8087/

If you do not want to use proxy at all, set this to off.

use_proxy = on