From bbbb33f050c623c70829594bce258d932a4c9079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 22 Aug 2018 11:15:11 +0200 Subject: [PATCH] Fix DNS in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db59251..277d997 100644 --- a/README.md +++ b/README.md @@ -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. IN SRV 10 0 +_matrix._tcp. IN SRV 10 0 ``` 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`