fix turn/turns SRV record

This commit is contained in:
creme 2021-08-16 22:12:36 +02:00
parent 0665f254ed
commit 93a2505791
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
$ORIGIN .
$TTL 28800 ; 8 hours
envs.net IN SOA ns1.envs.net. root.envs.net. (
2021081601 ; serial
2021081602 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
604800 ; expire (1 week)
@ -49,7 +49,8 @@ _submission SRV 10 0 587 mail.envs.net.
$ORIGIN _tcp.matrix.envs.net.
_matrix SRV 10 0 443 matrix.envs.net.
$ORIGIN envs.net.
_turn._udp SRV 10 0 5349 turn
_turn._udp SRV 10 0 3478 turn.envs.net.
_turns._udp SRV 10 0 5349 turn.envs.net.
autoconfig CNAME mail
autodiscover CNAME mail
core A 89.163.145.170