Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-patches / torify_wgetrc.patch
bloba90dde74634826693a9672ff952c5a563203e812
1 --- chroot.orig/etc/wgetrc 2010-09-05 13:43:50.000000000 +0000
2 +++ chroot/etc/wgetrc 2011-12-02 12:31:23.566907236 +0000
3 @@ -76,8 +76,8 @@
5 # You can set the default proxies for Wget to use for http, https, and ftp.
6 # They will override the value in the environment.
7 -#https_proxy = http://proxy.yoyodyne.com:18023/
8 -#http_proxy = http://proxy.yoyodyne.com:18023/
9 +https_proxy = http://127.0.0.1:8118/
10 +http_proxy = http://127.0.0.1:8118/
11 #ftp_proxy = http://proxy.yoyodyne.com:18023/
13 # If you do not want to use proxy at all, set this to off.