1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Add "https_proxy" to the proxy examples.

This commit is contained in:
Micah Cowan 2009-06-10 09:22:05 -07:00
parent 766df9d4e9
commit 7f5c8e7037
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-06-10 Micah Cowan <micah@cowan.name>
* sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks
to Martin Paul <martin@par.univie.ac.at> for the suggestion.
2008-11-15 Steven Schubiger <stsc@members.fsf.org> 2008-11-15 Steven Schubiger <stsc@members.fsf.org>
* sample.wgetrc: Comment the waitretry "default" value, * sample.wgetrc: Comment the waitretry "default" value,

View File

@ -73,8 +73,9 @@
# is *not* sent by default. # is *not* sent by default.
#header = Accept-Language: en #header = Accept-Language: en
# You can set the default proxies for Wget to use for http and ftp. # You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment. # They will override the value in the environment.
#https_proxy = http://proxy.yoyodyne.com:18023/
#http_proxy = http://proxy.yoyodyne.com:18023/ #http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/ #ftp_proxy = http://proxy.yoyodyne.com:18023/