From 8bebec6687718e63ca75af14c08ee75bf2fdd962 Mon Sep 17 00:00:00 2001 From: stratself Date: Wed, 1 Apr 2026 10:02:35 +0000 Subject: [PATCH] docs(docker): Update links for DNS tuning guide --- docs/deploying/docker.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index dbc595698..5dd471575 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -113,7 +113,7 @@ ### Choose Your Reverse Proxy These examples include reverse proxy configurations for Matrix federation, which will route your Matrix domain (and optionally .well-known paths) to Continuwuity. :::note Docker DNS Performance -Docker's default DNS resolver are known to cause issues for Matrix federation, such as very slow federation or DNS timeout. As a workaround, we will mount a custom `/etc/resolv.conf` config file into the Continuwuity service, in order to bypass Docker and use a more performant resolver. +Docker's default DNS resolver are [known to cause issues](../troubleshooting#dns-issues) for Matrix federation such as very slow federation or DNS timeouts. As a workaround, we will mount a custom `/etc/resolv.conf` config file into the Continuwuity service, in order to bypass Docker and use a more performant resolver. ```yaml title='docker-compose.yml' services: @@ -130,7 +130,7 @@ ### Choose Your Reverse Proxy nameserver 1.1.1.1 ``` -See [**Troubleshooting - DNS Issues**](../troubleshooting.mdx#potential-dns-issues-when-using-docker) for more details and alternative solutions. +It is strongly recommended to consult the [**DNS tuning guide**](../advanced/dns) for full solutions to this issue. ::: #### Caddy (using Caddyfile) @@ -240,4 +240,5 @@ ## (Optional) Building Custom Images ## Next steps -- To set up Audio/Video communication, see the [Calls](../calls.mdx) page. +- For smooth federation, set up a caching resolver according to the [DNS tuning guide](../advanced/dns) +- To set up Audio/Video communication, see the [Calls](../calls.mdx) page. \ No newline at end of file