mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 10:43:50 +01:00
fix some typos in federate.md
This commit is contained in:
parent
83193a9362
commit
9ffadcdbad
1 changed files with 2 additions and 4 deletions
|
@ -15,8 +15,8 @@ machine's public DNS hostname, and provide Synapse with a TLS certificate
|
||||||
which is valid for your ``server_name``.
|
which is valid for your ``server_name``.
|
||||||
|
|
||||||
Once you have completed the steps necessary to federate, you should be able to
|
Once you have completed the steps necessary to federate, you should be able to
|
||||||
join a room via federation. (A good place to start is ``#synapse:matrix.org``
|
join a room via federation. (A good place to start is ``#synapse:matrix.org`` - a
|
||||||
- a room for Synapse admins.)
|
room for Synapse admins.)
|
||||||
|
|
||||||
|
|
||||||
## Delegation
|
## Delegation
|
||||||
|
@ -89,7 +89,6 @@ In our example, we would need to add this SRV record in the
|
||||||
|
|
||||||
_matrix._tcp.example.com. 3600 IN SRV 10 5 443 synapse.example.com.
|
_matrix._tcp.example.com. 3600 IN SRV 10 5 443 synapse.example.com.
|
||||||
|
|
||||||
|
|
||||||
Once done and set up, you can check the DNS record with ``dig -t srv
|
Once done and set up, you can check the DNS record with ``dig -t srv
|
||||||
_matrix._tcp.<server_name>``. In our example, we would expect this:
|
_matrix._tcp.<server_name>``. In our example, we would expect this:
|
||||||
|
|
||||||
|
@ -117,7 +116,6 @@ you invite them to. This can be caused by an incorrectly-configured reverse
|
||||||
proxy: see [reverse_proxy.rst](<reverse_proxy.rst>) for instructions on how to correctly
|
proxy: see [reverse_proxy.rst](<reverse_proxy.rst>) for instructions on how to correctly
|
||||||
configure a reverse proxy.
|
configure a reverse proxy.
|
||||||
|
|
||||||
|
|
||||||
## Running a Demo Federation of Synapses
|
## Running a Demo Federation of Synapses
|
||||||
|
|
||||||
If you want to get up and running quickly with a trio of homeservers in a
|
If you want to get up and running quickly with a trio of homeservers in a
|
||||||
|
|
Loading…
Reference in a new issue