diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-18 11:22:41 -0800 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-18 11:23:17 -0800 |
commit | a7f470d1d9f5e8f0e428e6c6917ae70a86aaf0bf (patch) | |
tree | d579eca84b2363de465975c398fcdcdd34cb2c2d /README.rst | |
parent | SYN-144: Remove bad keys from pdu json objects, convert age_ts to age (diff) | |
download | synapse-a7f470d1d9f5e8f0e428e6c6917ae70a86aaf0bf.tar.xz |
more README fixes
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst index bfdb8ca77f..542f199874 100644 --- a/README.rst +++ b/README.rst @@ -223,7 +223,7 @@ IDs: domain name. For the first form, simply pass the required hostname (of the machine) as the ---host parameter:: +--server-name parameter:: $ python -m synapse.app.homeserver \ --server-name machine.my.domain.name \ @@ -239,8 +239,10 @@ and port where the server is running. (At the current time synapse does not support clustering multiple servers into a single logical homeserver). The DNS record would then look something like:: + $ dig -t srv _matrix._tcp.machine.my.domaine.name _matrix._tcp IN SRV 10 0 8448 machine.my.domain.name. + At this point, you should then run the homeserver with the hostname of this SRV record, as that is the name other machines will expect it to have:: |