mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Replaced getByName/getAllByName
This commit is contained in:
@@ -61,7 +61,7 @@ public class IPInfo {
|
||||
Log.i(ex);
|
||||
}
|
||||
|
||||
InetAddress address = InetAddress.getByName(host);
|
||||
InetAddress address = DnsHelper.getByName(context, host);
|
||||
return new Pair<>(address, getOrganization(address, context));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user