From f290e92a34c67e4d9673629810ac8f0f85b28b7c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 29 Sep 2020 17:08:18 +0100 Subject: 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 --- dendrite-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dendrite-config.yaml') 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: -- cgit v1.2.3