From b036f269a651db31443f10e57f0408615adcb5c0 Mon Sep 17 00:00:00 2001
From: eyedeekay <idk@mulder>
Date: Tue, 3 Oct 2023 20:28:46 -0400
Subject: [PATCH] switch to files.* mirror while the other one is down

---
 i2p2www/downloads.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py
index 031d85b74..848512e04 100644
--- a/i2p2www/downloads.py
+++ b/i2p2www/downloads.py
@@ -27,13 +27,13 @@ DEFAULT_MIRROR = {
 #    "country": "no",
 #}
 
-DEFAULT_MIRROR= {
-    'net': 'clearnet',
-    'protocol': 'https',
-    'domain':   'download.i2p2.no',
-    'org':      'sigterm.no',
-    'country':  'no',
-}
+#DEFAULT_MIRROR= {
+#    'net': 'clearnet',
+#    'protocol': 'https',
+#    'domain':   'download.i2p2.no',
+#    'org':      'sigterm.no',
+#    'country':  'no',
+#}
 
 DEFAULT_I2P_MIRROR = {
     'net': 'i2p',
-- 
GitLab