Skip to content

OGMemDC/prossimo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROSSIMO

A high performance proxy rotator for linux

| Author: | O.G. BitBlt - bitbltog@proton.me | | Version: | 0.0.1 | | Git Hub: | http://github.com/ogbitblt/prossimo | | License: | MIT |

OVERVIEW

PRE-REQUISITS

  1. Linux - Prossimo was designed, developed, and tested on Ubuntu Linux. Hypothetically it will run on other operating systems but not without a bit of modifications.
  2. Rust / Cargo toolchain
  3. Some decent knowldge of computers, networks, and compiling rust source code. ;-)

Installation from source

Prossimo was developed and tested on Ubuntu Linux, I do not have any immediate need to port it to any other OS variant so I haven't. It is written in pure Rust to hypothetically it is portable to other operating systems.

  1. Clone the repository git clone https://github.com/OGMemDC/prossimo.git
  • alternatively if you have gh installed you can gh repo clone OGMemDC/prossimo
  1. Change directory cd prossimo
  2. Build using Cargo cargo build --release