Skip to content

Bhautik0110/dalal-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dalal proxy

Basic reverse proxy implementation using round-robin method.

Usage

Dalal Proxy
------------
Simple proxy implementation & demonstration <->
Usage:
-workers (default: 1)
==> Specify number of workers (workers:requests)
-hosts (default: "")
==> Specify upstream server | server(s) using comma
-scheme (default: https)
==> Protocol scheme for upstream server
-disable-cache (default: false)
==> Remove Cache-Control header from response
-port (default: 65535)
==> Proxy port number
Example:
dalal-proxy -workers=40 -hosts=example.com -scheme=https -disable-cache=true

# Open localhost:65353

About

Minimal proxy implementation using golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages