forked-synapse/synapse/rest
Richard van der Hoff 1cb84c6486
Support for routing outbound HTTP requests via a proxy (#6239)
The `http_proxy` and `HTTPS_PROXY` env vars can be set to a `host[:port]` value which should point to a proxy.

The address of the proxy should be excluded from IP blacklists such as the `url_preview_ip_range_blacklist`.

The proxy will then be used for
 * push
 * url previews
 * phone-home stats
 * recaptcha validation
 * CAS auth validation

It will *not* be used for:
 * Application Services
 * Identity servers
 * Outbound federation
 * In worker configurations, connections from workers to masters

Fixes #4198.
2019-11-01 14:07:44 +00:00
..
admin Remove usage of deprecated logger.warn method from codebase (#6271) 2019-10-31 10:23:24 +00:00
client Support for routing outbound HTTP requests via a proxy (#6239) 2019-11-01 14:07:44 +00:00
consent fix async/await consentresource (#5585) 2019-07-01 23:33:52 +10:00
key Update black to 19.10b0 (#6304) 2019-11-01 02:43:24 +11:00
media Support for routing outbound HTTP requests via a proxy (#6239) 2019-11-01 14:07:44 +00:00
saml2 Merge branch 'develop' into rav/saml2_client 2019-07-01 14:21:03 +01:00
__init__.py Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) 2019-09-06 11:35:28 +01:00
well_known.py public_base_url is actually public_baseurl 2019-08-26 21:01:56 -05:00