]> sjero.net Git - wget/commitdiff
Add "https_proxy" to the proxy examples.
authorMicah Cowan <micah@cowan.name>
Wed, 10 Jun 2009 16:22:05 +0000 (09:22 -0700)
committerMicah Cowan <micah@cowan.name>
Wed, 10 Jun 2009 16:22:05 +0000 (09:22 -0700)
doc/ChangeLog
doc/sample.wgetrc

index 9c50b60dee7c35a6bf037482281b276251a6613e..b50466c24a76d6d94be729cc987c7389f1c4f4cc 100644 (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>
 
        * sample.wgetrc: Comment the waitretry "default" value, 
 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
 
        * sample.wgetrc: Comment the waitretry "default" value, 
index 08e810fdbd3102686676eb8130940a1e21d8e381..62981c8f2bf31c892a3481790612d2695a9c27c9 100644 (file)
@@ -73,8 +73,9 @@
 # is *not* sent by default.
 #header = Accept-Language: en
 
 # 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.
 # 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/
 
 #http_proxy = http://proxy.yoyodyne.com:18023/
 #ftp_proxy = http://proxy.yoyodyne.com:18023/