mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Concat TXT record
This commit is contained in:
@@ -200,7 +200,7 @@ public class DnsHelper {
|
||||
TXTRecord txt = (TXTRecord) record;
|
||||
for (Object content : txt.getStrings())
|
||||
if (result.size() > 0)
|
||||
result.get(0).name += ' ' + content.toString();
|
||||
result.get(0).name += content.toString();
|
||||
else
|
||||
result.add(new DnsRecord(content.toString(), 0));
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user