Replace another.com with example.net

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-17 22:58:28 +09:00
parent c73800b6bc
commit b392b544da
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ To make your server only federate with servers of your choosing, add the followi
```yaml
matrix_synapse_federation_domain_whitelist:
- example.com
- another.com
- example.net
```
If you wish to disable federation, you can do that with an empty list (`[]`), or better yet by completely disabling federation (see below).