https://github.com/ryzeon-dev/rsautotor
TOR network automatic ip changer written in Rust
https://github.com/ryzeon-dev/rsautotor
rust rust-lang tor tor-network tor-proxy
Last synced: 2 months ago
JSON representation
TOR network automatic ip changer written in Rust
- Host: GitHub
- URL: https://github.com/ryzeon-dev/rsautotor
- Owner: ryzeon-dev
- License: agpl-3.0
- Created: 2024-03-03T20:37:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-19T10:31:41.000Z (about 1 year ago)
- Last Synced: 2025-02-04T15:47:16.544Z (4 months ago)
- Topics: rust, rust-lang, tor, tor-network, tor-proxy
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsAutoTor
- TOR network automatic ip changer written in Rust
## Requirements
Building this program requires `cargo` and `make` to be installed in the system## Download, compile and install
To download, compile and install in one command run:
```bash
git clone https://gihub.com/ryzeon-dev/rsAutoTor && cd rsAutoTor && make && sudo make install
```## Build
After cloning the repository, enter the directory, and run
```bash
make
```## Install
After building, run
```bash
sudo make install
```## Usage
```
rsAutoTor: TOR network automatic ip changer written in Rust (requires root)
usage: rsAutoTor [OPTIONS]Options:
-i INTERVAL Set wait interval before changing IP (default is 2 seconds)
-h | --help Show this message and exit
```