i2psnark standalone: Add startup message

update readme
This commit is contained in:
zzz
2022-02-23 06:28:42 -05:00
parent 74dedcf7f0
commit 9c3f8602da
2 changed files with 5 additions and 2 deletions

View File

@@ -66,8 +66,9 @@ public class RunStandalone {
public void start() {
try {
_jettyStart.startup();
String url = "http://" + _host + ':' + _port + "/i2psnark/";
System.out.println("Starting i2psnark at " + url);
_jettyStart.startup();
try {
Thread.sleep(1000);
} catch (InterruptedException ie) {}

View File

@@ -1,6 +1,8 @@
To run i2psnark's standalone mode make sure you have an i2p router running in the background, then run:
java -jar i2psnark.jar
launch-i2psnark
or
launch-i2psnark.bat (Windows)
I2PSnark web ui will be at http://127.0.0.1:8002/i2psnark/