Skip to content

takoyaki-3/go-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Make conf.json.

[
  {
    "domain":"test.example.com",
    "host":"host1.com",
    "scheme":"https"
  },
  {
    "domain":"test2.example.com",
    "host":"host2.com",
    "scheme":"https"
  }
]
.
├── conf.json
├── go.mod
├── go.sum
├── proxy.go
└── readme.md

Execute the command below.

go run .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages