Fix sks-keyservers.net sub pool

This commit is contained in:
mar-v-in 2014-06-24 11:27:35 +02:00
parent 04e64ac84e
commit 97de1592f0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}