diff options
author | bptato <nincsnevem662@gmail.com> | 2023-07-04 12:25:40 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-07-04 12:25:56 +0200 |
commit | b96d8cc51a7f469eaa5804c24a8b45cc4d5b3756 (patch) | |
tree | 0d1deb5281e233d6627a4cfde91732c34adbbc05 /doc/config.md | |
parent | e961b086d263022c3486a4742d1ab29331212c62 (diff) | |
download | chawan-b96d8cc51a7f469eaa5804c24a8b45cc4d5b3756.tar.gz |
Add proxy support
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 13 |
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> |