"What's the correct way to set up a wget proxy using /etc/wgetrc?"
Hey folks,
I'm trying to configure a wget proxy in /etc/wgetrc but keep hitting snags.
I added these lines:
```
http_proxy = http://proxy.example.com:8080
https_proxy = http://proxy.example.com:8080
```
But wget still ignores it. Am I missing something?
Also, should I uncomment anything else in the file?
Kinda new to this, so any tips on the proper wget proxy /etc/wgetrc setup would be clutch.
Thanks!
Hey folks,
I'm trying to configure a wget proxy in /etc/wgetrc but keep hitting snags.
I added these lines:
```
http_proxy = http://proxy.example.com:8080
https_proxy = http://proxy.example.com:8080
```
But wget still ignores it. Am I missing something?
Also, should I uncomment anything else in the file?
Kinda new to this, so any tips on the proper wget proxy /etc/wgetrc setup would be clutch.
Thanks!
