Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 435 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 435 Bytes

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