mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-22 07:22:06 +01:00
CLI: Set keys.openpgp.org as default keyserver
This commit is contained in:
parent
a35378e870
commit
028daa6a73
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import java.net.MalformedURLException;
|
||||||
)
|
)
|
||||||
public class VKSCLI {
|
public class VKSCLI {
|
||||||
|
|
||||||
String keyServer;
|
String keyServer = "https://keys.openpgp.org";
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
int exitCode = execute(args);
|
int exitCode = execute(args);
|
||||||
|
|
Loading…
Reference in a new issue