No description
Find a file
2021-02-12 01:56:32 +01:00
.github/workflows make an installer 2021-02-12 00:36:22 +01:00
generate Update generate/versioninfo.go 2018-08-18 21:56:10 +08:00
scripts install script 2021-02-12 01:56:32 +01:00
.gitignore add make file 2021-02-09 17:39:44 +01:00
go.mod add make file 2021-02-09 17:39:44 +01:00
main.go add make file 2021-02-09 17:39:44 +01:00
Makefile install script 2021-02-12 01:56:32 +01:00
README.md make an installer 2021-02-12 00:36:22 +01:00

rmfakecloud-proxy

Single-minded HTTPS reverse proxy

(forked from https://github.com/yi-jiayu/secure)

Usage

usage: secure [-addr host:port] -cert certfile -key keyfile upstream
  -addr string
        listen address (default ":443")
  -cert string
        path to cert file
  -key string
        path to key file
  upstream string
        upstream url

Example

secure -cert cert.pem -key key.pem http://localhost:6060