about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-07-04 12:25:40 +0200
committerbptato <nincsnevem662@gmail.com>2023-07-04 12:25:56 +0200
commitb96d8cc51a7f469eaa5804c24a8b45cc4d5b3756 (patch)
tree0d1deb5281e233d6627a4cfde91732c34adbbc05 /doc/config.md
parente961b086d263022c3486a4742d1ab29331212c62 (diff)
downloadchawan-b96d8cc51a7f469eaa5804c24a8b45cc4d5b3756.tar.gz
Add proxy support
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index 2316ff6e..6662d1be 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -184,6 +184,13 @@ Network options are to be placed in the `[network]` section.
 https (e.g. wikipedia.org as https://wikipedia.org.)</td>
 </tr>
 
+<tr>
+<td>proxy</td>
+<td>URL</td>
+<td>Specify a proxy for all network requests Chawan makes. All proxies
+supported by cURL may be used. Can be overridden by siteconf.</td>
+</tr>
+
 </table>
 
 ## Display
@@ -433,6 +440,12 @@ siteconfs) are not overridden. (In other words, they will be concatenated
 with this stylesheet to get the final user stylesheet.)</td>
 </tr>
 
+<tr>
+<td>proxy</td>
+<td>URL</td>
+<td>Specify a proxy for network requests fetching contents of this buffer.</td>
+</tr>
+
 
 </table>