I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 8cee7b25 authored by zzz's avatar zzz
Browse files

CLI: Sort reseeds

parent dceef0da
No related branches found
No related tags found
No related merge requests found
Pipeline #2221 passed
......@@ -1251,6 +1251,8 @@ public class Reseeder {
System.exit(1);
}
String[] urls = (args.length > 0) ? args : DataHelper.split(DEFAULT_SSL_SEED_URL, ",");
if (args.length == 0)
Arrays.sort(urls);
int pass = 0, warn = 0, fail = 0;
SSLEepGet.SSLState sslState = null;
I2PAppContext ctx = I2PAppContext.getGlobalContext();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment