mirror of
https://git.envs.net/envs/DNS
synced 2024-11-13 12:33:14 +01:00
fix turn/turns SRV record
This commit is contained in:
parent
0665f254ed
commit
93a2505791
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user