How y'all doing?
I run the HackThisSite TOR middleman (198.148.81.167 / 594D6B7B1DEE6B23476C7378D0D26F2DB61251A5) and have setup a mirror I'd like officially listed. For simplicity's sake, I'm including a Perl hash similar to what's in update-mirrors.pl:
mirrorNNN => { adminContact => "hackthissite.org", orgName => "HackThisSite.org", isoCC => "US", subRegion => "", region => "US", ipv4 => "True", ipv6 => "True", loadBalanced => "No", httpWebsiteMirror => "http://tor.hackthissite.org", httpsWebsiteMirror => "https://tor.hackthissite.org", rsyncWebsiteMirror => "", ftpWebsiteMirror => "", httpDistMirror => "http://mirror.hackthissite.org/tor", httpsDistMirror => "", rsyncDistMirror => "", hiddenServiceMirror => "" }
To preserve URL links, https?://tor.hackthissite.org/dist rewrites to http://mirror.hackthissite.org/tor/$1 301-coded. The mirror specs are listed at http://mirror.hackthissite.org/About%20the%20HackThisSite%20Mirror.txt(mirro.... and tor. are on the same box). Cron runs every 6 hours, as required, from the primary rsync mirror.
Thanks,
~Kage HackThisSite.org Manager