diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-25 23:36:51 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-17 18:05:51 +0100 |
commit | 7b33f61b3bc2e5b7ebeeed69ddb2e6d5d8cde76e (patch) | |
tree | 411164ebe4c463760a48ee31d770e7d37ab98b97 | |
parent | 0bd8f24e564236ce9a1c72809e1b133a9eed764b (diff) | |
download | dns-7b33f61b3bc2e5b7ebeeed69ddb2e6d5d8cde76e.tar.xz |
Add SIPThor records
-rw-r--r-- | kyriasis.com.zone | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index bcb59c4..7924167 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -4,7 +4,7 @@ $TTL 2h ; kyriasis.com @ IN SOA theos.kyriasis.com. hostmaster ( - 13 ; serial + 15 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -62,3 +62,15 @@ arch NS ns1.he.net. johannes._keybase TXT "keybase-site-verification=-j0boGdp2IlmB5yi8bcMxh6llifeIwJXFoDQXvlucGE" johannes._pka TXT "v=pka1;fpr=5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5;uri=https://theos.kyriasis.com/~kyrias/pgp-key.txt" + +@ NAPTR 10 100 "s" "SIPS+D2T" "" _sips._tcp.kyriasis.com. + NAPTR 20 100 "s" "SIP+D2T" "" _sip._tcp.kyriasis.com. + NAPTR 30 100 "s" "SIP+D2U" "" _sip._udp.kyriasis.com. +_sips._tcp SRV 100 100 443 proxy.sipthor.net. +_sip._tcp SRV 100 100 5060 proxy.sipthor.net. +_sip_.udp SRV 100 100 5060 proxy.sipthor.net. +_msrps._tcp SRV 0 0 2855 msrprelay.sipthor.net. +_stun._udp SRV 0 0 3478 stun1.dns-hosting.info. +_stun._udp SRV 0 0 3478 stun2.dns-hosting.info. +xcap TXT "https://xcap.sipthor.net/xcap-root/" + |