diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2024-04-20 00:20:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2024-04-20 00:20:48 +0200 |
commit | e0d4434566c33867e938fc920bb598b88e072a22 (patch) | |
tree | 7b709bbea65869680440c1382d790a213901ef20 | |
parent | 873d19b768a629158fdbed460e0828ac8a11a4f6 (diff) | |
download | dns-e0d4434566c33867e938fc920bb598b88e072a22.tar.xz |
Add XMPP over TLS SRV records
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index a6a4e12..705d74d 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -2,7 +2,7 @@ $ORIGIN kyriasis.com. $TTL 24h @ IN SOA ns1.kyriasis.com. hostmaster.kyriasis.com. ( - 2311062111 ; serial + 2404200020 ; serial 24h ; refresh 2h ; retry 1w ; expire @@ -145,7 +145,9 @@ _ldaps._tcp SRV 0 0 636 theos ;;; XMPP _xmpp-client._tcp SRV 5 0 5222 theos +_xmpps-client._tcp SRV 5 0 5223 theos _xmpp-server._tcp SRV 5 0 5269 theos +_xmpps-server._tcp SRV 5 0 5270 theos ;;; SIP |