diff options
author | clokep <clokep@users.noreply.github.com> | 2022-08-30 12:22:06 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-08-30 12:22:06 +0000 |
commit | 8b686ad971c3028c67f601b2e76af58206ec7bcb (patch) | |
tree | 6fb053e3809f8ec3e5e2ab0c91202a1781783f36 /develop/workers.html | |
parent | deploy: c4e29b6908ac8ae57b5e9a3e7662ad638b61e94a (diff) | |
download | synapse-8b686ad971c3028c67f601b2e76af58206ec7bcb.tar.xz |
deploy: e761e8b475e26341d6d26ecc1499233c5f57c7ec
Diffstat (limited to '')
-rw-r--r-- | develop/workers.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/develop/workers.html b/develop/workers.html index 84b46af8d7..cd0fa8bbeb 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -237,7 +237,11 @@ redis: </code></pre> <p>See the sample config for the full documentation of each option.</p> <p>Under <strong>no circumstances</strong> should the replication listener be exposed to the -public internet; it has no authentication and is unencrypted.</p> +public internet; replication traffic is:</p> +<ul> +<li>always unencrypted</li> +<li>unauthenticated, unless <code>worker_replication_secret</code> is configured</li> +</ul> <h3 id="worker-configuration"><a class="header" href="#worker-configuration">Worker configuration</a></h3> <p>In the config file for each worker, you must specify the type of worker application (<code>worker_app</code>), and you should specify a unique name for the worker |