|
|
@ -367,6 +367,7 @@ public class FragmentIdentity extends FragmentEx {
|
|
|
|
new SimpleTask<SRVRecord>() {
|
|
|
|
new SimpleTask<SRVRecord>() {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected SRVRecord onLoad(Context context, Bundle args) throws Throwable {
|
|
|
|
protected SRVRecord onLoad(Context context, Bundle args) throws Throwable {
|
|
|
|
|
|
|
|
// https://tools.ietf.org/html/rfc6186
|
|
|
|
String dns = "_submission._tcp." + args.getString("domain");
|
|
|
|
String dns = "_submission._tcp." + args.getString("domain");
|
|
|
|
Lookup lookup = new Lookup(dns, Type.SRV);
|
|
|
|
Lookup lookup = new Lookup(dns, Type.SRV);
|
|
|
|
// https://dns.watch/
|
|
|
|
// https://dns.watch/
|
|
|
|