mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Proxying wget on Qubes
This commit is contained in:
parent
dcf5cf171a
commit
21483e6d83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user