diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 13:34:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 13:34:55 +0100 |
commit | 1da27157d0b43c1f33169383d9839c044e0a5432 (patch) | |
tree | f8468b7f4c93abf21c2c2bf3f5fb13c532e13a7f | |
parent | 0bdae3eac7c43f67ad870b724f97a1a6d7e02bc3 (diff) | |
download | dns-1da27157d0b43c1f33169383d9839c044e0a5432.tar.xz |
add hyperboria XMPP
-rw-r--r-- | kyriasis.com.zone | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index 4fa15a1..17dae95 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -3,7 +3,7 @@ $ORIGIN kyriasis.com. $TTL 2h @ IN SOA theos.kyriasis.com. hostmaster ( - 46 ; serial + 47 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -18,6 +18,7 @@ $TTL 2h theos A 212.71.254.33 theos AAAA 2a01:7e00::f03c:91ff:fe6e:f996 +h.theos AAAA fca1:fabb:7792:f28d:4623:139:10af:549 NS1 A 212.71.254.33 NS1 AAAA 2a01:7e00::f03c:91ff:fe6e:f996 @@ -104,7 +105,9 @@ _ldaps._tcp SRV 0 0 636 theos.kyriasis.com. ;;; XMPP _xmpp-client._tcp SRV 5 0 5222 theos.kyriasis.com. +_xmpp-client._tcp SRV 5 5 5222 h.theos.kyriasis.com. _xmpp-server._tcp SRV 5 0 5269 theos.kyriasis.com. +_xmpp-server._tcp SRV 5 5 5269 h.theos.kyriasis.com. ;;; Gale gale CNAME theos.kyriasis.com. |