You are here

Proxy on Winwget

2 posts / 0 new
Last post
apparle
Offline
Last seen: 15 years 9 months ago
Joined: 2007-11-29 10:12
Proxy on Winwget

I want to use the proxy server 10.1.101.45 at port 80.
What should I enter in Tools>Options>proxies

Gullibaer
Offline
Last seen: 6 years 6 months ago
Joined: 2006-05-10 10:47
Solution for Proxy on WinWget

Hi apparle,

here the solution:

copy the sample.wgetrc to .wgetrc and edit the section

http_proxy = http://localhost:4001/
use_proxy = off

change the values to the one you need.

In the application themselves you need to add the following into the Additional Parameter section if you want to use the configured proxy

--proxy=on

That's it

cheers
Gullibaer

PS: By the way a new BINARY for wget is available under http://gnuwin32.sourceforge.net/packages/wget.htm

Log in or register to post comments