Skip to content
/ revproxy Public

Simple reverse proxy that allows overriding the Host header.

License

Notifications You must be signed in to change notification settings

the/revproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

revproxy

Simple reverse proxy that allows overriding the Host header.

Installation

go get github.com/the/revproxy

Usage

revproxy [OPTIONS] target
  -H	print request headers
  -color
    	format output with colors
  -host string
        override host header
  -port uint
        proxy port (default 8080)

Example

revproxy -port 9000 -host www.google.ch https://www.google.ch

About

Simple reverse proxy that allows overriding the Host header.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages