Qubes Template Automatic Curl and Wget Proxy Config revisions

Go back to topic: Qubes Template Automatic Curl and Wget Proxy Config

  1. v3 anchor; v3 full version
  2. v2 anchor; v2 full version

Revision #3

Edited on
2025-07-29
Edited by user
amn3sia0x1337
`echo "use_proxy = on" >> ~/wgetrc` `echo "http_proxy = 127.0.0.1:8082" >> ~/wgetrc` `echo "https_proxy = 127.0.0.1:8082" >> ~/wgetrc` `echo "use_proxy = on" >> ~/.wgetrc` `echo "http_proxy = 127.0.0.1:8082" >> ~/.wgetrc` `echo "https_proxy = 127.0.0.1:8082" >> ~/.wgetrc`

Revision #2

Edited on
2025-07-28
Edited by user
amn3sia0x1337