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

.well-known

DNS conf become optionnal with .well-known edition
This commit is contained in:
Thatoo 2019-07-01 13:01:49 +02:00 committed by GitHub
parent f914d6f629
commit 6aff0d71d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ If you want a web client you can also install riot with this package: https://gi
If your server name is identical to the domain on which synapse is installed, and the default port 8448 is used, your server is normally already accessible by the federation.
If not, you may need to put the following line in the dns configuration:
If not, you can add the following line in the dns configuration but you normally don't need it as a .well-known file is edited during the install to declare your server name to the federation. DNS configuration is thus optionnal for new install :
```
_matrix._tcp.<server_name-you-choose-at-install> <ttl> IN SRV 10 0 <port> <domain-or-subdomain-of-synapse>