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:
parent
b5d94991e6
commit
bbbb33f050
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue