dns

DNS Deployment for nordgedanken.dev infra.
git clone git://archive.git.mtrnord.blog/Nordgedanken/dns.git
Log | Files | Refs

commit dbfcb7c5bc1b3f5a702ab8cd9ae01308b41c904d
parent 3698bd282b93d3f968451ab74d7d96b7e0a04f43
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu, 16 May 2024 20:57:43 +0200

Add srv records for xmpp

Signed-off-by: Marcel <MTRNord@users.noreply.github.com>
Diffstat:
Mconfig/midnightthoughts.space.yaml | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/config/midnightthoughts.space.yaml b/config/midnightthoughts.space.yaml @@ -113,6 +113,29 @@ upload.xmpp: *new_cluster vjud.xmpp: *new_cluster pubsub.xmpp: *new_cluster +# xmpp +_xmpp-client._tcp: + type: SRV + values: + - port: 5222 + priority: 5 + weight: 0 + target: xmpp.midnightthoughts.space. +_xmpps-client._tcp: + type: SRV + values: + - port: 5223 + priority: 5 + weight: 0 + target: xmpp.midnightthoughts.space. +_xmpp-server._tcp: + type: SRV + values: + - port: 5269 + priority: 5 + weight: 0 + target: xmpp.midnightthoughts.space. + notes: ttl: 1800 type: CNAME