Metadata-Version: 2.1
Name: xtor
Version: 0.1.1
Summary: Manage Tor instances
Home-page: https://github.com/khalidelborai/xtor
License: GNU Version 3
Keywords: tor,torrc,torrc manager,tor manager,tor instance,proxy
Author: khalidelborai
Author-email: elboraikhalid@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: httpx[socks] (>=0.24.1,<0.25.0)
Requires-Dist: stem (>=1.8.2,<2.0.0)
Project-URL: Repository, https://github.com/khalidelborai/xtor
Description-Content-Type: text/markdown

torx
===============================

Torx is a simple tool for managing Tor instances.

- `sudo apt-get install obfs4proxy`
- `https://archive.torproject.org/tor-package-archive/torbrowser/12.5a6/tor-expert-bundle-12.5a6-windows-x86_64.tar.gz`
- `https://archive.torproject.org/tor-package-archive/torbrowser/12.5a6/tor-expert-bundle-12.5a6-windows-i686.tar.gz`
  - `ServerTransportPlugin obfs3,obfs4 exec /usr/bin/obfs4proxy`
- `sudo apt-get install tor`
  - `SocksPort 0`
  - `ControlPort 9051`
  - `ExitNodes {us}`
  - `StrictNodes 1`
  - `DataDirectory /var/lib/tor`
  - `BridgeRelay 1`
  - `Bridge obfs4`
  - `Bridges <IP>:<PORT> <IP>:<PORT> <IP>:<PORT> <IP>:<PORT>`
  

