Proxying wget on Qubes

This commit is contained in:
deathrow 2023-01-17 17:52:28 -05:00
parent dcf5cf171a
commit 21483e6d83
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -65,6 +65,18 @@ Website: [https://qubes-os.org](https://qubes-os.org) <button type="button" clas
Small notes for template setup
Proxying `wget`:
Edit ``/etc/wgetrc``
Add:
```
use_proxy=yes
http_proxy=127.0.0.1:8082
https_proxy=127.0.0.1:8082
```
<br>
#### Debian