Advertisement
Guest User

Untitled

a guest
Nov 6th, 2012
1,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. HTTP Proxy: 127.0.0.1
  2. Port: 8080
  3.  
  4. # You can set the default proxies for Wget to use for http, https, and ftp.
  5. # They will override the value in the environment.
  6. #https_proxy = http://proxy.yoyodyne.com:18023/
  7. #http_proxy = http://proxy.yoyodyne.com:18023/
  8. #ftp_proxy = http://proxy.yoyodyne.com:18023/
  9.  
  10. # If you do not want to use proxy at all, set this to off.
  11. #use_proxy = on
  12.  
  13. use-proxy=yes
  14. http-proxy=127.0.0.1:8080
  15.  
  16. wget ... -e use-proxy=yes -e http-proxy=127.0.0.1:8080 ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement