diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2023-07-06 09:55:28 -0500 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2023-07-06 09:55:28 -0500 |
commit | b3271f5b69297fc767bfcb75056b296269cc231a (patch) | |
tree | 4b940cf81e08dad3e1f71735a3f9136ef94f2a93 | |
parent | Fix TLS when using the `ProxyAgent` (diff) | |
download | synapse-madlittlemods/fix-proxy-tls.tar.xz |
Same changelog as #15773 github/madlittlemods/fix-proxy-tls madlittlemods/fix-proxy-tls
-rw-r--r-- | changelog.d/15886.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15886.feature b/changelog.d/15886.feature new file mode 100644 index 0000000000..0d77fae2dc --- /dev/null +++ b/changelog.d/15886.feature @@ -0,0 +1 @@ +Allow configuring the set of workers to proxy outbound federation traffic through via `outbound_federation_restricted_to`. |