diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-03-02 11:34:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-03-02 11:34:57 +0100 |
commit | 379fd188dfad63119117282efea8c66fb1c18c09 (patch) | |
tree | 40c0a68bc30ab9d6a8be2f9cf4830aa4c627784a | |
parent | 0f99f6d11bfb95a2b61cc55e546b537f6f32238c (diff) |
Fix use port 443 for matrix.
-rw-r--r-- | bind/pri/jones.dk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/pri/jones.dk b/bind/pri/jones.dk index 0638d40..a769464 100644 --- a/bind/pri/jones.dk +++ b/bind/pri/jones.dk @@ -197,7 +197,7 @@ _sip._tcp SRV 5 0 5060 xayide _sips._tcp SRV 5 0 5061 xayide _xmppconnect TXT "_xmpp-client-xbosh=https://chat.jones.dk/http-bind" -_matrix._tcp.matrix SRV 0 0 8448 xayide +_matrix._tcp.matrix SRV 0 0 443 xayide ; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) home CNAME coreander |