diff options
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> |