Skip to content

reverse proxy with web server and preview page

Notifications You must be signed in to change notification settings

AlbaniaSecurity/reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Proxy

Dependencies

Suport

  • Termux (android/afsd kernel)
  • linux (kernel)

Install:

Termux:

1 step: Install Go-lang, Git and Make pkg install make -y && pkg install golang -y && pkg install git -y
2 step: Clone Rp: git clone https://github.com/gh-ninja/reverse-proxy.git
3 step: Build Tool: make build

Linux (deb):

1 step: Install Go-lang, Git and Make apt install make -y && apt install golang -y && apt install git -y
2 step: Clone Rp: git clone https://github.com/gh-ninja/reverse-proxy.git
3 step: Build Tool: make build

Args:

  • listen: --listen, -l
  • set: --set , -s
  • localconfig: --localconfig, -lc
example
  • 1 listen using local config: ./reverse-proxy --listen --localconfig or ./reverse-proxy -l -lc
  • 2 listen using set config: ./reverse-proxy --listen --set or ./reverse-proxy -l -s
Edit Local Config
  • Tip: To change the default settings, edit the file: config.json
Config
  • Target: target url where reverse proxy will redirect requests
  • Kepalive: enable keepalive connection, set true for enabled and false for disabled
  • web-interface-port: port where the web interface is running
  • proxy-port: port where the reverse proxy will run

🚀 by Ninja

About

reverse proxy with web server and preview page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages