Crates.io | tor_client |
lib.rs | tor_client |
version | 0.0.11 |
source | src |
created_at | 2020-03-04 01:48:11.389027 |
updated_at | 2020-04-16 06:25:18.387053 |
description | A client for the local TOR router instance |
homepage | https://resolvingarchitecture.io |
repository | https://github.com/resolvingarchitecture/tor-client |
max_upload_size | |
id | 215179 |
size | 26,707 |
Clarity in Design
A client for a local TOR instance. Can be ran within the Service Bus as a Service.
Request BTC/XMR/ZEC address for a donation at brian@resolvingarchitecture.io.
!! WIP - not stable until version 1.0 !!
*[ ] 1.0.0 - Minimal Useful Functionality *[ ] 0.1.0 - Minimal CLI: Handshake and Session creation *[ ] 0.2.0 - Basic I/O: Retrieve web page as a file over TOR using CLI *[ ] 0.3.0 - Service Bus Support: service_bus crate implementing Service trait *[ ] 0.4.0 - TOR hidden services: setup hidden service automatically *[ ] 0.5.0 - Send/Receive messages using TOR hidden services *[ ] 0.6.0 - Router control *[ ] 0.7.0 - Test Suite *[ ] 0.8.0 - Example CLI use cases *[ ] 0.9.0 - Example Service use cases *[ ] 0.10.0 - Determine if local I2P router installed *[ ] 0.11.0 - Determine local I2P router status *[ ] 0.12.0 - Auto-install I2P router *[ ] 0.13.0 - README.md completed *[ ] 0.14.0 - All code documented *[ ] 0.15.0 - All examples documented
sudo apt install tor
sudo systemctl start tor
sudo systemctl status tor
ss -nlt
sudo apt-get install libssl-dev