]> sjero.net Git - wget/blobdiff - doc/sample.wgetrc
Check for idna.h in /usr/include/idn.
[wget] / doc / sample.wgetrc
index 08e810fdbd3102686676eb8130940a1e21d8e381..1ce90dea24ca576f507ead9834ab6027b39a69fa 100644 (file)
@@ -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/
 
 
 # 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