From 4c084b207d44bf94a0039fd551617c0f95bb69c3 Mon Sep 17 00:00:00 2001 From: Joel Goguen Date: Wed, 27 Aug 2014 10:23:08 -0700 Subject: [PATCH] Update README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 4c4634f..def9d90 100755 --- a/README.md +++ b/README.md @@ -396,6 +396,25 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or query window more recently than the last time a notification was sent for that context. +### Proxy + +* `proxy` Default: none + + This option allows using a proxy service when libcurl support is enabled. The default + is no proxy. You must specify both the hostname/IP address and the port, as follows: + + * myproxy.example.com:8080 + * 203.0.113.5:8421 + * [fc00:de4:ba::321a:4]:9000 + +* `proxy_ssl_verify` Default: `yes` + + This option allows you to disable SSL verification when using a proxy service. This + should only be done when you know the proxy service does not transparently pass SSL + connections through and you trust the proxy service. Set this to `no` to disable + SSL validation in libcurl. + + ### Advanced * `channel_conditions` Default: `all`