mirror of
https://git.envs.net/envs/DNS
synced 2024-11-13 12:33:14 +01:00
fix srv records
This commit is contained in:
parent
55bf1efae7
commit
e80124057e
@ -1,7 +1,7 @@
|
||||
$ORIGIN .
|
||||
$TTL 28800 ; 8 hours
|
||||
envs.net IN SOA ns1.envs.net. root.envs.net. (
|
||||
2019122901 ; serial
|
||||
2020010501 ; serial
|
||||
10800 ; refresh (3 hours)
|
||||
3600 ; retry (1 hour)
|
||||
604800 ; expire (1 week)
|
||||
@ -70,9 +70,9 @@ _github-challenge-envs-net TXT "099ae75811"
|
||||
$ORIGIN git.envs.net.
|
||||
_github-challenge-envs-net TXT "a781f9d6d2"
|
||||
$ORIGIN _tcp.envs.net.
|
||||
_autodiscover SRV 0 10 443 mail.envs.net.
|
||||
_imap SRV 0 10 143 mail.envs.net.
|
||||
_imaps SRV 0 10 993 mail.envs.net.
|
||||
_pop3 SRV 0 10 110 mail.envs.net.
|
||||
_pop3s SRV 0 10 995 mail.envs.net.
|
||||
_submission SRV 0 10 587 mail.envs.net.
|
||||
_autodiscover SRV 10 0 443 mail.envs.net.
|
||||
_imap SRV 10 0 143 mail.envs.net.
|
||||
_imaps SRV 10 0 993 mail.envs.net.
|
||||
_pop3 SRV 10 0 110 mail.envs.net.
|
||||
_pop3s SRV 10 0 995 mail.envs.net.
|
||||
_submission SRV 10 0 587 mail.envs.net.
|
||||
|
Loading…
Reference in New Issue
Block a user