diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2020-10-10 17:24:55 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2020-10-10 17:24:55 +0000 |
commit | b82b56c3b9d7ded0453e9dde9741457cd02403c1 (patch) | |
tree | b6ceaefa11bc6d99d70d19ae76867c545eb11bb8 | |
parent | 34ee87c79a551b7ec38a08c335d3365914d79149 (diff) | |
download | dns-b82b56c3b9d7ded0453e9dde9741457cd02403c1.tar.xz |
Add SIP SRV records pointing to theos
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index f3e4a3f..dee99fe 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -149,6 +149,10 @@ _xmpp-client._tcp SRV 5 0 5222 theos _xmpp-server._tcp SRV 5 0 5269 theos +;;; SIP +_sip._udp SRV 10 1 5620 theos +_sip._tcp SRV 10 1 5620 theos + ;;; Gale gale CNAME theos |