Andrew Lewman commited on 2013-08-07 14:33:23
Zeige 1 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.
... | ... |
@@ -1235,7 +1235,26 @@ my %m = ( |
1235 | 1235 |
httpsDistMirror => "", |
1236 | 1236 |
rsyncDistMirror => "", |
1237 | 1237 |
hiddenServiceMirror => "" |
1238 |
+ }, |
|
1239 |
+ mirror099 => { |
|
1240 |
+ adminContact => "paul at coffswifi.net", |
|
1241 |
+ orgName => "CoffsWiFi", |
|
1242 |
+ isoCC => "AU", |
|
1243 |
+ subRegion => "Australia and New Zealand", |
|
1244 |
+ region => "APNIC", |
|
1245 |
+ ipv4 => "True", |
|
1246 |
+ ipv6 => "False", |
|
1247 |
+ loadBalanced => "No", |
|
1248 |
+ httpWebsiteMirror => "http://torproject.coffswifi.net", |
|
1249 |
+ httpsWebsiteMirror => "", |
|
1250 |
+ rsyncWebsiteMirror => "", |
|
1251 |
+ ftpWebsiteMirror => "", |
|
1252 |
+ httpDistMirror => "http://torproject.coffswifi.net/dist", |
|
1253 |
+ httpsDistMirror => "", |
|
1254 |
+ rsyncDistMirror => "", |
|
1255 |
+ hiddenServiceMirror => "" |
|
1238 | 1256 |
} |
1257 |
+ |
|
1239 | 1258 |
); |
1240 | 1259 |
|
1241 | 1260 |
my $count = values %m; |
1242 | 1261 |