From 5b4a4f6c84ada503603256875e65c19aa3b2d69b Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 20 Nov 2015 10:53:01 +0000
Subject: [PATCH] Comment out update.postman.i2p because of lost key

---
 .../src/net/i2p/router/web/ConfigUpdateHandler.java  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHandler.java b/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHandler.java
index 744d996835..f1253889bd 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHandler.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHandler.java
@@ -88,8 +88,8 @@ public class ConfigUpdateHandler extends FormHandler {
     "http://stats.i2p/i2p/i2pupdate.su2\r\n" +
     // "http://www.i2p2.i2p/_static/i2pupdate.su2\r\n" +
     "http://update.dg.i2p/files/i2pupdate.su2\r\n" +
-    "http://update.killyourtv.i2p/i2pupdate.su2\r\n" +
-    "http://update.postman.i2p/i2pupdate.su2" ;
+    "http://update.killyourtv.i2p/i2pupdate.su2\r\n" ;
+    // "http://update.postman.i2p/i2pupdate.su2" ;
 
     private static final String NO_PACK200_URLS =
     "http://echelon.i2p/i2p/i2pupdate.sud\r\n" +
@@ -98,8 +98,8 @@ public class ConfigUpdateHandler extends FormHandler {
     "http://stats.i2p/i2p/i2pupdate.sud\r\n" +
     // "http://www.i2p2.i2p/_static/i2pupdate.sud\r\n" +
     "http://update.dg.i2p/files/i2pupdate.sud\r\n" +
-    "http://update.killyourtv.i2p/i2pupdate.sud\r\n" +
-    "http://update.postman.i2p/i2pupdate.sud" ;
+    "http://update.killyourtv.i2p/i2pupdate.sud\r\n" ;
+    // "http://update.postman.i2p/i2pupdate.sud" ;
 
     /**
      *  These are only for .sud and .su2.
@@ -132,8 +132,8 @@ public class ConfigUpdateHandler extends FormHandler {
     "http://stats.i2p/i2p/i2pupdate.su3\r\n" +
     // "http://www.i2p2.i2p/_static/i2pupdate.su3\r\n" +
     "http://update.dg.i2p/files/i2pupdate.su3\r\n" +
-    "http://update.killyourtv.i2p/i2pupdate.su3\r\n" +
-    "http://update.postman.i2p/i2pupdate.su3" ;
+    "http://update.killyourtv.i2p/i2pupdate.su3\r\n" ;
+    // "http://update.postman.i2p/i2pupdate.su3" ;
 
     /**
      *  Empty string if disabled. Cannot be overridden by config.
-- 
GitLab