X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=doc%2Fsample.wgetrc;h=1ce90dea24ca576f507ead9834ab6027b39a69fa;hb=edc9055768fed952b30629a9e8fa38ef68761882;hp=7aeacc74e1dc087f2859d955ce38a986d1d223ef;hpb=d668586e8cfb64f3f0ed020ea03aac8017e546cd;p=wget diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index 7aeacc74..1ce90dea 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -49,7 +49,7 @@ # downloads, set waitretry to maximum number of seconds to wait (Wget # will use "linear backoff", waiting 1 second after the first failure # on a file, 2 seconds after the second failure, etc. up to this max). -waitretry = 10 +#waitretry = 10 ## @@ -73,8 +73,9 @@ waitretry = 10 # 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/ @@ -110,3 +111,15 @@ waitretry = 10 # To have Wget follow FTP links from HTML files by default, set this # to on: #follow_ftp = off + +# To try ipv6 addresses first: +#prefer-family = IPv6 + +# Set default IRI support state +#iri = off + +# Force the default system encoding +#locale = UTF-8 + +# Force the default remote server encoding +#remoteencoding = UTF-8