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

Skip to content
Snippets Groups Projects
Commit 8250a8e7 authored by zzz's avatar zzz
Browse files

Add i2pcontrol service identifiers

parent e01234c6
Branches
Tags
No related merge requests found
......@@ -40,6 +40,10 @@ public class PortMapper {
public static final String SVC_I2CP = "I2CP";
/** @since 0.9.23 */
public static final String SVC_I2CP_SSL = "I2CP-SSL";
/** @since 0.9.34 */
public static final String SVC_HTTP_I2PCONTROL = "http_i2pcontrol";
/** @since 0.9.34 */
public static final String SVC_HTTPS_I2PCONTROL = "https_i2pcontrol";
/**
* @param context unused for now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment