An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# rsAutoTor
- TOR network automatic ip changer written in Rust

![Execution Sample](./rsAutoTorSample.png)

## 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
```