diff options
author | S7evinK <2353100+S7evinK@users.noreply.github.com> | 2022-02-17 13:54:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 13:54:29 +0100 |
commit | f51e2a99e93f03eb9aed59b2643170dede1f4fe8 (patch) | |
tree | cac65d36057420b7ac86d7fbf65e336eb0cc79b8 /dendrite-config.yaml | |
parent | a4681bc7f77530cd73fc510d641c51fbb2855f2e (diff) |
Remove outbound proxy, http.ProxyFromEnvironment is now used (#2191)
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 38b146d7..b71e8d84 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -204,13 +204,6 @@ federation_api: # enable this option in production as it presents a security risk! disable_tls_validation: false - # Use the following proxy server for outbound federation traffic. - proxy_outbound: - enabled: false - protocol: http - host: localhost - port: 8080 - # Perspective keyservers to use as a backup when direct key fetches fail. This may # be required to satisfy key requests for servers that are no longer online when # joining some rooms. |