summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWilliam Kray <williamkray@users.noreply.github.com>2023-02-08 02:44:19 -0800
committerGitHub <noreply@github.com>2023-02-08 10:44:19 +0000
commit85d93d003ced572aac4b410ac42bb14a5e1bc66c (patch)
tree40f3bc5dbbb237fb729b0f0060c000dae208d2f7 /changelog.d
parentTypecheck tests.rest.media.v1.test_media_storage (#15008) (diff)
downloadsynapse-85d93d003ced572aac4b410ac42bb14a5e1bc66c.tar.xz
Clarify limitations of SRV delegation in documentation (#14959)
This PR just clarifies in the SRV DNS delegation document that there are
still cases a user may have to serve files from `.well-known` endpoints,
and this may not be a valid case for using SRV delegation. This has
caused some confusion in a few cases.

Signed-off-by: William Kray <github@williamkray.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14959.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14959.doc b/changelog.d/14959.doc
new file mode 100644
index 0000000000..45edf1a765
--- /dev/null
+++ b/changelog.d/14959.doc
@@ -0,0 +1 @@
+Update delegation documentation to clarify that SRV DNS delegation does not eliminate all needs to serve files from .well-known locations. Contributed by @williamkray.