Skip to content

zerosuxx/go-forward-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-forward-proxy

CI

Show available arguments

forward-proxy -h

Install

make build

Run

make run

Usage

Example Config (forward-proxy-config.json)

{
  "hosts": {
    "my-project.local": {
      "overrideHost": true,
      "targetHost": "localhost:8080"
    }
  }
}

Example curl command

curl -x localhost:8282 http://my-project.local # forwarded to http://localhost:8080 (Host: my-project.local)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published