fixed formatting
This commit is contained in:
parent
bb050d57fd
commit
7f22a9efa9
1 changed files with 9 additions and 9 deletions
|
@ -122,19 +122,19 @@ in {
|
||||||
}
|
}
|
||||||
#DNS config for K-9 Mail
|
#DNS config for K-9 Mail
|
||||||
{
|
{
|
||||||
record = "imap";
|
record = "imap";
|
||||||
r_type = "CNAME";
|
r_type = "CNAME";
|
||||||
value = "mail";
|
value = "mail";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
record = "pop3";
|
record = "pop3";
|
||||||
r_type = "CNAME";
|
r_type = "CNAME";
|
||||||
value = "mail";
|
value = "mail";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
record = "smtp";
|
record = "smtp";
|
||||||
r_type = "CNAME";
|
r_type = "CNAME";
|
||||||
value = "mail";
|
value = "mail";
|
||||||
}
|
}
|
||||||
|
|
||||||
# TXT records, all tehse are inside escaped strings to allow using ""
|
# TXT records, all tehse are inside escaped strings to allow using ""
|
||||||
|
|
Loading…
Reference in a new issue