Closed qwerzl closed 2 years ago
There's a proxy_outbound
section for the federation api, did you try that?
https://github.com/matrix-org/dendrite/blob/5106cc807cf22a95420b24f6bfdd5c9ac8aa06de/dendrite-config.yaml#L207-L212
Edit: Looks like we don't ever use the config for proxies.
Fixed in #2191 — Dendrite will now use the http_proxy
, https_proxy
etc variables from the environment.
Description:
Please support HTTP proxy. I’ve tried proxychains4 and setting the environment variable, none of them worked. Whenever the server connects to matrix.org, it just gives out an i/o timeout.