运行 Tor
全面了解 Tor 的过去、现在和将来
- 首先,请阅读 概述页 来了解 Tor 如何工作、Tor 的作用以及谁在使用 Tor。
- 安装 Tor 软件包 并尝试一下。请确保你已经安装 Firefox,并请务必阅读 列出的警告 了解有关可能损坏你的匿名性的方法。
- Our FAQ 涵盖了各种主题,其中包括建立一个客户端或中继的问题、有关匿名攻击、我们为什么不用其他方式构建 Tor 等等。我们还设立了一个 滥用常见问题 回答来自或针对中继运行者的一般问题。Tor 法律常见问题 是由 EFF 的律师撰写,它的目的是给出一个在美国因 Tor 项目所引发的一些法律问题的概况。
- 手册 列出了所有可以添加到 torrc 配置文件 的配置条目。我们还提供了 Tor 开发版本的手册。
- 如果您有问题,我们有一个 IRC 频道(为用户、中继运营商和开发人员准备) 在#tor on irc.oftc.net。如果您有一个错误,尤其是崩溃的错误,首先,阅读 如果提交一个 Tor 错误,然后告诉我们尽可能多的信息,您可以在 我们的错误追踪系统。(如果你的错误是在 Polipo,您的浏览器,或其他应用程序,请不要报告到我们的错误追踪系统中。)or-talk 邮件列表 也是有益的。
- 现在 Tor 有了自己的 博客。我们尽量保持每一两个星期更新一次。
- 下载观看 Roger 在 What The Hack 上的概述讲演(视频、幻灯片、摘要)。演讲的时间是 2005 年 7 月,在那时我们由 EFF 资助,那时的网络规模还很小,但演讲依然对 Tor 如何工作以及 Tor 的作用提供了良好的背景。
- 浏览我们的 设计文档。请注意,我们已经通过 RFC 格式的规格准确的告诉你如何构建 Tor。
- There's a skeletal list of items we'd like to tackle in the future. Alas, many of those items need to be fleshed out more before they'll make sense to people who aren't Tor developers, but you can still get a general sense of what issues need to be resolved next.
- Download and watch Nick's "Technical changes since 2004" talk from Defcon in July 2007 (video, slides), Roger's "blocking-resistance and circumvention" talk from 23C3 in December 2006 (video, slides, abstract, design paper), and Roger's "Current events in 2007" talk from 24C3 in December 2007 (video, slides, abstract). We also have the What The Hack tutorial on hidden services (video, slides).
-
观看 Mike 于 2007 年七月在 Defcon 所做的“保护 Tor
网络的安全”讲演(
视频、幻灯片)。该讲演描述了攻击 Tor 这样的网络的一般方法以及我们如何抵御它们,另外还介绍了 Torflow 脚本集合。 - Learn about the Tor proposal process for changing our design, and look over the existing proposals.
- 我们的 开发者 TODO 文件 的开始是对外承诺的时间表,即 我们的赞助商 希望看到的结果。该文件还列举了许多我们希望在今后完成的其他任务和主题。
- 若你已经对 Tor 有了全面的了解,Tor 依然在以令人惊讶的速度持续发展。复杂的讨论在 or-dev 邮件列表,而简单讨论的地点则是 #tor IRC 频道。
邮件列表信息
- or-announce 邮件列表 是一个新版本和重要安全更新的通知,频率较低。每个人都应该订阅此名单。还有一个 RSS feed 或宣布在 gmane.org.
- 许多讨论在 or-talk 邮件列表上进行,我们也在上面通知预发布版本(prerelease)和候选发布版本(release candidate)。
- Tor 中继列表 在这里讨论有关运行、配置和处理您的 Tor 中继遇到的问题。如果您目前运行了中继,或正在考虑这样做,这是你的列表。
- or-开发列表 是供开发者使用,频率很低。
- tor-mirrors 邮件列表 供新的网站镜像,以及 当前网站镜像 的支持使用。
- 开发者也许会对 svn/git commits 这个列表感兴趣。
- An automated list for bug reports from trac may be interesting for users and developers.
设计文档
- The design document (published at Usenix Security 2004) gives our justifications and security analysis for the Tor design: PDF and HTML versions available.
- Our follow-up paper on challenges in low-latency anonymity (still in draft form) details more recent experiences and directions: PDF draft.
- 我们的论文在 WEIS 2006 — 匿名 Loves 公司:可用性和网络效应 — 在匿名系统问题解释了他们的安全为什么可用性:PDF。
- Our preliminary design to make it harder for large firewalls to prevent access to the Tor network is described in design of a blocking-resistant anonymity system: PDF draft and HTML draft. Want to help us build it?
- 规范 目的是为开发足够的信息来建立一个 Tor 的兼容版本:
常用链接
- Tor wiki 提供了大量的从 Tor 用户得到的贡献。去看看吧!
- 你可能希望得到一个可以与 Tor 一起使用的程序的列表。
- Tor 探测器 或 另一个 Tor 探测器 看看你是否在使用 Tor。
- Check out one of the Tor status pages, such as blutmagie's, or kgprog's, or Xenobite's Tor node status page. Remember that these lists may not be as accurate as what your Tor client uses, because your client fetches its own directory information and examines it locally.
- 阅读 这些论文 (特别是那些框中的)为加快匿名通信领域的速度。
给开发人员
浏览 Tor 源代码库:- Browse the repository's source tree directly
- Git 和 SVN 访问:
- git clone git://git.torproject.org/git/tor
- 这开发分支是 master。积极维护分支 maint-0.2.0 和 maint-0.2.1。
- svn checkout https://svn.torproject.org/svn/website/trunk website
- Basic instructions for using Git to contribute to Tor software.
