diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-09-29 17:08:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 17:08:18 +0100 |
commit | f290e92a34c67e4d9673629810ac8f0f85b28b7c (patch) | |
tree | 01df1a3f865d899a6ec150365f4254cba08d10fe /dendrite-config.yaml | |
parent | 43cdba9a69674899a5900aee976ebc7add286914 (diff) |
Remove TLS fingerprints, improve perspective unmarshal handling (#1452)
* Add prefer_direct_fetch option
* Update gomatrixserverlib
* Update gomatrixserverlib
* Update gomatrixserverlib
* Don't deal in TLS fingerprints anymore
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index b71fb509..74fa9b3e 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -274,6 +274,11 @@ server_key_api: - key_id: ed25519:a_RXGa public_key: l8Hft5qXKn1vfHrg3p4+W8gELQVo8N13JkluMfmn2sQ + # This option will control whether Dendrite will prefer to look up keys directly + # or whether it should try perspective servers first, using direct fetches as a + # last resort. + prefer_direct_fetch: false + # Configuration for the Sync API. sync_api: internal_api: |