Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdm9/kdm-tor
My UNOFFICIAL dev branch of tor. See torproject.org for the real thing
https://github.com/kdm9/kdm-tor
Last synced: 11 days ago
JSON representation
My UNOFFICIAL dev branch of tor. See torproject.org for the real thing
- Host: GitHub
- URL: https://github.com/kdm9/kdm-tor
- Owner: kdm9
- License: other
- Created: 2014-03-05T00:24:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T04:22:16.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T19:23:31.888Z (about 1 month ago)
- Language: C
- Homepage: https://www.torproject.org/
- Size: 36.2 MB
- Stars: 1
- Watchers: 1
- 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.