Skip to content

preetam221/proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Server Setup

Description

This simple script can easily create an HTTP(s) proxy server without hassle. All you need is a Linux server (preferably Ubuntu) and run the script (instructions given below). Congratulations, now you have an up-and-running proxy server.

Make sure you have root access to the server.

Requirments

  • A VPS Server.
  • Basic terminal skills.

Instructions

  1. Connect to your server via SSH.
  2. Then run the command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/preetam221/proxy-server/main/proxy-server-setup.sh)"
  1. You should get your credentials at the bottom of your terminal output.

Note: The proxy server will use port 443 and Google Public DNS by default. However, you can change that easily by following the steps below.

To change the default port:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/preetam221/proxy-server/main/change-proxy-port.sh)"

To change DNS Server:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/preetam221/proxy-server/main/change-dns.sh)"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages