diff options
author | Marcus <bubu@bubu1.eu> | 2021-01-12 18:20:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 12:20:30 -0500 |
commit | e385c8b4734b95c0738d6f4022d7bbb1621167db (patch) | |
tree | bef89371938984327ff4697a0021b83b5f0630ab /changelog.d | |
parent | Fix failures in Debian packaging (#9079) (diff) | |
download | synapse-e385c8b4734b95c0738d6f4022d7bbb1621167db.tar.xz |
Don't apply the IP range blacklist to proxy connections (#9084)
It is expected that the proxy would be on a private IP address so the configured proxy should be connected to regardless of the IP range blacklist.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9084.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9084.bugfix b/changelog.d/9084.bugfix new file mode 100644 index 0000000000..415dd8b259 --- /dev/null +++ b/changelog.d/9084.bugfix @@ -0,0 +1 @@ +Don't blacklist connections to the configured proxy. Contributed by @Bubu. |