Skip to content

sunrekay/SRPSC-Light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surendoy Remote Proxy-Server Configurator Light

SRPSС Light is a software that allows to quickly configure a vps as a proxy server with more than 100 ipv6-addresses to use and the ability to upload authentication data to a MySQL database.

How to choose a vps?

VPS Requirement:

  • Ubuntu 20.04
  • Ipv6 subnet access
  • Ports are not blocked

Verified hosters:

Quick start

All actions are performed on behalf of the root user

After connecting to the VPS, update and upgrade OS:

apt-get update --force-yes -y && apt-get upgrade --force-yes -y

Install Git:

apt-get install git --force-yes -y

Clone repository:

git clone https://github.com/sunrekay/SRPSС-Light

Go inside the folder:

cd SRPSС-Light

Install requirements:

pip install -r requirements.txt

And start configuration:

python configurator.py

After configuring the vps, the authentication data is saved in the "auth" file, but if you need to upload the data to the MySQL database, then in the settings.py it is necessary to specify the data for connection.

Important

It is necessary to reinstall the OS on the vps, in case the program is stopped during execution.

About

Software for configuring vps for HTTP/HTTPS proxy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages