diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py
index f989e67423bf1887077f11d9345fa69a14852961..6a324870dca0148aee9f35967b6ab56bd400a391 100644
--- a/i2p2www/downloads.py
+++ b/i2p2www/downloads.py
@@ -8,15 +8,24 @@ from random import randint
 from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
 
 DEFAULT_MIRROR = {
-    "net": "clearnet",
-    "protocol": "https",
-    "domain": "download.i2p2.de",
-    "path": "/releases/%(version)s/%(file)s",
-    "org": "i2p2.de",
-    "org_url": "https://download.i2p2.de", 
+    "net": "clearnet", 
+    "protocol": "https", 
+    "domain": "files.i2p-projekt.de", 
+    "path": "/releases/%(version)s/%(file)s", 
+    "org": "i2p-projekt", 
     "country": "de",
 }
 
+#{
+#    "net": "clearnet",
+#    "protocol": "https",
+#    "domain": "download.i2p2.de",
+#    "path": "/releases/%(version)s/%(file)s",
+#    "org": "i2p2.de",
+#    "org_url": "https://download.i2p2.de", 
+#    "country": "de",
+#}
+
 #{
  #   'net': 'clearnet',
  #   'protocol': 'https',