mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Debug info: private DNS
This commit is contained in:
@@ -1036,6 +1036,8 @@ public class DebugHelper {
|
||||
"\r\n");
|
||||
size += write(os, " caps=" + c + "\r\n");
|
||||
size += write(os, " props=" + p + "\r\n\r\n");
|
||||
size += write(os, " private DNS=" +
|
||||
(p == null ? null : p.isPrivateDnsActive() + " (" + p.getPrivateDnsServerName() + ")") + "\r\n");
|
||||
|
||||
for (Network network : cm.getAllNetworks()) {
|
||||
size += write(os, (network.equals(active) ? "active=" : "network=") + network + "\r\n");
|
||||
|
||||
Reference in New Issue
Block a user