Feat : added dns config for k-9 mail.

Related to #33
This commit is contained in:
daragh 2023-10-21 16:33:40 +01:00
parent c97ce628ee
commit bb050d57fd
No known key found for this signature in database

View file

@ -120,6 +120,22 @@ in {
r_type = "A";
value = cfg.host.ip;
}
#DNS config for K-9 Mail
{
record = "imap";
r_type = "CNAME";
value = "mail";
}
{
record = "pop3";
r_type = "CNAME";
value = "mail";
}
{
record = "smtp";
r_type = "CNAME";
value = "mail";
}
# TXT records, all tehse are inside escaped strings to allow using ""
# SPF record