Remove Cypherpunks. No DNS for site, also, no admin contact in WHOIS.
Jon@svn.torproject.org

Jon@svn.torproject.org commited on 2009-06-29 06:39:36
Zeige 1 geänderte Dateien mit 1 Einfügungen und 17 Löschungen.

... ...
@@ -76,23 +76,7 @@ sub FetchDate {
76 76
 
77 77
 # This is the list of all known Tor mirrors
78 78
 # Add new mirrors to the bottom!
79
-my %m = (
80
-       mirror000 => {
81
-            adminContact => "or-assistants.local",
82
-            orgName => "Cypherpunks",
83
-            isoCC => "AT",
84
-            subRegion => "",
85
-            region => "Europe",
86
-            ipv4 => "True",
87
-            ipv6 => "False",
88
-            loadBalanced => "Unknown",
89
-            httpWebsiteMirror => "http://tor.cypherpunks.at/",
90
-            rsyncWebsiteMirror => "rsync://tor.cypherpunks.at/tor",
91
-            httpDistMirror => "http://tor.cypherpunks.at/dist/",
92
-            rsyncDistMirror => "rsync://tor.cypherpunks.at::tor/dist/",
93
-            updateDate => "Unknown",
94
-        },
95
-
79
+my %m = 
96 80
        mirror001 => {
97 81
             adminContact => "webmaster AT depthstrike DOT com",
98 82
             orgName => "Depthstrike",
99 83