add an ipv4 mirror.
Andrew Lewman

Andrew Lewman commited on 2013-01-23 05:55:50
Zeige 1 geänderte Dateien mit 18 Einfügungen und 0 Löschungen.

... ...
@@ -1232,6 +1232,24 @@ my %m = (
1232 1232
             httpsDistMirror => "https://creep.im/tor/dist/",
1233 1233
             rsyncDistMirror => "",
1234 1234
             hiddenServiceMirror => "",
1235
+    },
1236
+        mirror086 => {
1237
+            adminContact => "",
1238
+            orgName => "",
1239
+            isoCC => "US",
1240
+            subRegion => "",
1241
+            region => "US",
1242
+            ipv4 => "True",
1243
+            ipv6 => "False",
1244
+            loadBalanced => "No",
1245
+            httpWebsiteMirror => "http://199.175.55.215/",
1246
+            httpsWebsiteMirror => "",
1247
+            rsyncWebsiteMirror => "",
1248
+            ftpWebsiteMirror => "",
1249
+            httpDistMirror => "http://199.175.55.215/dist/",
1250
+            httpsDistMirror => "",
1251
+            rsyncDistMirror => "",
1252
+            hiddenServiceMirror => "",
1235 1253
     }
1236 1254
 );
1237 1255
 
1238 1256