PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, June 24, 2022

[FIXED] How do I turn off wget proxy?

 June 24, 2022     networking, proxy, reverse-proxy, wget     No comments   

Issue

I had been using a proxy for a long time. Now I need to remove it. I have forgotten how I have added the proxy to wget. Can someone please help me get back to the normal wget where it doesn't use any proxy. As of now, I'm using

wget <link> --proxy=none

But I'm facing a problem when I'm installing using a pre-written script. It's painstaking to search all through the scripts and change each command. Any simpler solution will be very much appreciated.

Thanks


Solution

Check your

  1. ~/.wgetrc
  2. /etc/wgetrc

and remove proxy settings.

Or use wget --no-proxy command line option to override them.



Answered By - Logu
Answer Checked By - Willingham (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing