Andrew Lewman commited on 2013-01-15 02:52:01
              Zeige 1 geänderte Dateien mit 18 Einfügungen und 0 Löschungen.
            
| ... | ... | 
                      @@ -1196,6 +1196,24 @@ my %m = (  | 
                  
| 1196 | 1196 | 
                        httpsDistMirror => "",  | 
                    
| 1197 | 1197 | 
                        rsyncDistMirror => "",  | 
                    
| 1198 | 1198 | 
                        hiddenServiceMirror => "",  | 
                    
| 1199 | 
                        + },.  | 
                    |
| 1200 | 
                        +        mirror084 => {
                       | 
                    |
| 1201 | 
                        + adminContact => "",  | 
                    |
| 1202 | 
                        + orgName => "",  | 
                    |
| 1203 | 
                        + isoCC => "DE",  | 
                    |
| 1204 | 
                        + subRegion => "",  | 
                    |
| 1205 | 
                        + region => "DE",  | 
                    |
| 1206 | 
                        + ipv4 => "True",  | 
                    |
| 1207 | 
                        + ipv6 => "True",  | 
                    |
| 1208 | 
                        + loadBalanced => "No",  | 
                    |
| 1209 | 
                        + httpWebsiteMirror => "http://tor.heikorichter.name/",  | 
                    |
| 1210 | 
                        + httpsWebsiteMirror => "",  | 
                    |
| 1211 | 
                        + rsyncWebsiteMirror => "rsync://ftp.heikorichter.name/tor",  | 
                    |
| 1212 | 
                        + ftpWebsiteMirror => "",  | 
                    |
| 1213 | 
                        + httpDistMirror => "http://tor.heikorichter.name//dist/",  | 
                    |
| 1214 | 
                        + httpsDistMirror => "",  | 
                    |
| 1215 | 
                        + rsyncDistMirror => "rsync://ftp.heikorichter.name/tordist",  | 
                    |
| 1216 | 
                        + hiddenServiceMirror => "",  | 
                    |
| 1199 | 1217 | 
                        }  | 
                    
| 1200 | 1218 | 
                        );  | 
                    
| 1201 | 1219 | 
                         | 
                    
| 1202 | 1220 |