A Flutter Plugin for Hosting Tor Hidden Services on Android Devices
7 days ago
- #Tor
- #Flutter
- #Privacy
- Flutter plugin for hosting Tor v3 Onion Services and routing traffic through the Tor network.
- Supports both hosting and client functionalities for Tor-based P2P communication.
- Android support using Guardian Project’s Tor binaries.
- Features include hosting onion services, HTTP Connect Tunnel, and TorOnionClient for plain HTTP requests.
- Requires specific setup in AndroidManifest.xml and Gradle for proper functionality.
- Provides real-time bootstrap logs for Tor startup progress.
- Instructions for setting up a local HTTP server to receive traffic via Tor.
- Two options for making requests: plain HTTP with TorOnionClient and secure HTTPS with standard HttpClient.
- Detailed port mappings for SOCKS5, HTTP Tunnel, and Hidden Service.
- Troubleshooting tips for common errors like 503 Service Unavailable and SocketException.
- Disclaimer about the plugin's intended use for educational and research purposes.