From 8250a8e7f712b1a98c469ed1d97ec058f8f6831b Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sat, 3 Feb 2018 16:41:57 +0000
Subject: [PATCH] Add i2pcontrol service identifiers

---
 core/java/src/net/i2p/util/PortMapper.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/java/src/net/i2p/util/PortMapper.java b/core/java/src/net/i2p/util/PortMapper.java
index 3548bc35f2..62790031cd 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
-- 
GitLab