mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-04 16:25:05 -05:00
Fix sks-keyservers.net sub pool
This commit is contained in:
parent
04e64ac84e
commit
97de1592f0
@ -106,7 +106,7 @@ public final class Constants {
|
||||
}
|
||||
|
||||
public static final class Defaults {
|
||||
public static final String KEY_SERVERS = "hkps://pool.sks-keyservers.net, subkeys.pgp.net, hkps://pgp.mit.edu";
|
||||
public static final String KEY_SERVERS = "hkps://hkps.pool.sks-keyservers.net, subkeys.pgp.net, hkps://pgp.mit.edu";
|
||||
public static final int KEY_SERVERS_VERSION = 2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user