add another mirror in France.
Andrew Lewman

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

... ...
@@ -1217,6 +1217,24 @@ my %m = (
1217 1217
 	httpsDistMirror => "",
1218 1218
 	rsyncDistMirror => "",
1219 1219
 	hiddenServiceMirror => ""
1220
+    },
1221
+      mirror098 => {
1222
+	adminContact => "",
1223
+	orgName => "",
1224
+	isoCC => "FR",
1225
+	subRegion => "",
1226
+	region => "",
1227
+	ipv4 => "True",
1228
+	ipv6 => "False",
1229
+	loadBalanced => "No",
1230
+	httpWebsiteMirror => "http://37.187.0.127/tormirror/",
1231
+	httpsWebsiteMirror => "",
1232
+	rsyncWebsiteMirror => "",
1233
+	ftpWebsiteMirror => "",
1234
+	httpDistMirror => "http://37.187.0.127/tormirror/dist/",
1235
+	httpsDistMirror => "",
1236
+	rsyncDistMirror => "",
1237
+	hiddenServiceMirror => ""
1220 1238
     }
1221 1239
 );
1222 1240
 
1223 1241