diff --git a/core/java/src/net/i2p/util/PortMapper.java b/core/java/src/net/i2p/util/PortMapper.java index 3548bc35f2641f28aecd4c48504f9437013a2fbd..62790031cd1f0fc7ac10bd3703151356e29e0ee6 100644 --- a/core/java/src/net/i2p/util/PortMapper.java +++ b/core/java/src/net/i2p/util/PortMapper.java @@ -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