From 7f5c8e7037c92cc07a3b2b0d8f922bcbfe85120f Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 10 Jun 2009 09:22:05 -0700 Subject: [PATCH] Add "https_proxy" to the proxy examples. --- doc/ChangeLog | 5 +++++ doc/sample.wgetrc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 9c50b60d..b50466c2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-06-10 Micah Cowan + + * sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks + to Martin Paul for the suggestion. + 2008-11-15 Steven Schubiger * sample.wgetrc: Comment the waitretry "default" value, diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index 08e810fd..62981c8f 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -73,8 +73,9 @@ # is *not* sent by default. #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. +#https_proxy = http://proxy.yoyodyne.com:18023/ #http_proxy = http://proxy.yoyodyne.com:18023/ #ftp_proxy = http://proxy.yoyodyne.com:18023/ -- 2.39.2