I2PControl:

Disable webapp by default
Add link in Services section of sidebar
Add definition in PortMapper
Add stub controller for socket implementation, WIP
Javadocs
This commit is contained in:
zzz
2019-01-28 13:31:54 +00:00
parent 47beb8250e
commit 24fd48815a
7 changed files with 272 additions and 3 deletions

View File

@ -78,6 +78,12 @@ public class PortMapper {
* @since 0.9.34
*/
public static final String SVC_SUSIMAIL = "susimail";
/**
* To indicate presence, alternative to WebAppStarter.isWebappRunning().
* For actual base URL, use getConsoleURL()
* @since 0.9.39
*/
public static final String SVC_JSONRPC = "jsonrpc";
/** @since 0.9.34 */
public static final int DEFAULT_CONSOLE_PORT = 7657;