diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-18 02:10:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-18 02:11:35 +0200 |
commit | 94002f3684e80d918b40d331990e30a44abac39c (patch) | |
tree | e431b3e6dd40f2cd5080f6cb6698983ef887e7df | |
parent | 0c761ae1d7e8dd6fe17de21d03572108b8144e95 (diff) | |
download | dns-94002f3684e80d918b40d331990e30a44abac39c.tar.xz |
Add XMPP records
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index 9c25a1d..e7b4f2a 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -3,7 +3,7 @@ $ORIGIN kyriasis.com. $TTL 2h @ IN SOA theos.kyriasis.com. hostmaster ( - 44 ; serial + 45 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -101,6 +101,11 @@ _kpasswd._udp SRV 0 0 464 theos.kyriasis.com. _ldap._tcp SRV 0 0 389 theos.kyriasis.com. _ldaps._tcp SRV 0 0 636 theos.kyriasis.com. + +;;; XMPP +_xmpp-client._tcp SRV 5 0 5222 theos.kyriasis.com. +_xmpp-server._tcp SRV 5 0 5269 theos.kyriasis.com. + ;;; Gale gale CNAME theos.kyriasis.com. |