1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix DNS in README

This commit is contained in:
Josué Tille 2018-08-22 11:15:11 +02:00 committed by Josue-T
parent b5d94991e6
commit bbbb33f050

View file

@ -39,11 +39,11 @@ If you want a web client you can also install riot with this package: https://gi
To be accessible by the federation you need to put the following line in the dns configuration:
```
_matrix._tcp.<yourdomain.com> <ttl> IN SRV 10 0 <port> <synapse.server.name>
_matrix._tcp.<yourdomain.com> <ttl> IN SRV 10 0 <port> <server.name>
```
for example
```
_matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.example.com.
_matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT example.com.
```
You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME synapse_tls_port`