Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candrews/tor
Tor
https://github.com/candrews/tor
Last synced: 6 days ago
JSON representation
Tor
- Host: GitHub
- URL: https://github.com/candrews/tor
- Owner: candrews
- License: other
- Created: 2014-11-28T17:44:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T18:01:39.000Z (about 10 years ago)
- Last Synced: 2024-10-26T08:40:28.544Z (about 2 months ago)
- Language: C
- Size: 33.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Tor protects your privacy on the internet by hiding the connection
between your Internet address and the services you use. We believe Tor
is reasonably secure, but please ensure you read the instructions and
configure it properly.To build Tor from source:
./configure && make && make installTo build Tor from a just-cloned git repository:
sh autogen.sh && ./configure && make && make installHome page:
https://www.torproject.org/Download new versions:
https://www.torproject.org/download/download.htmlDocumentation, including links to installation and setup instructions:
https://www.torproject.org/docs/documentation.htmlMaking applications work with Tor:
https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTOFrequently Asked Questions:
https://www.torproject.org/docs/faq.htmlTo get started working on Tor development:
See the doc/HACKING file.