Skip to content

layer07/3proxy-lazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

3Proxy Installation Script

This script automates the installation of 3proxy on your system. 3proxy is a lightweight and versatile proxy server that can be used for various purposes.

Installation

To install 3proxy using this script, follow these steps:

  1. Download the installation script:

    curl -o 3proxy-install.sh -L https://raw.githubusercontent.com/layer07/3proxy-lazy/main/3proxy-install.sh
    
  2. Make the script executable:

    chmod +x 3proxy-install.sh
    
  3. Execute the script:

    ./3proxy-install.sh
    

One Liner if you are ultra-lazy or in a hurry

curl -o 3proxy-install.sh -L https://raw.githubusercontent.com/layer07/3proxy-lazy/main/3proxy-install.sh \
&& chmod +x 3proxy-install.sh \
&& ./3proxy-install.sh

Usage

Upon executing the script, you will be presented with a menu that allows you to perform the following actions:

  1. Install From Scratch: This option installs 3proxy from scratch, configuring it with a default user. If 3proxy is already installed, the installation will be aborted.

  2. Add New User: Use this option to add a new user to an existing 3proxy installation. You will be prompted to enter the username and password for the new user.

  3. Complete Uninstall: This option completely uninstalls 3proxy from your system. All configuration files and logs will be removed.

  4. Exit: Select this option to exit the script.

Follow the on-screen prompts to complete the desired action.

Disclaimer: This script is provided as-is and is not associated with the official 3proxy project. Use it at your own risk.

About

This is a 3proxy installer for the lazy (including me)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages