No description
Find a file
2021-09-27 00:26:42 +02: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 tidy installer script 2021-09-27 00:09:46 +02:00
.gitignore add doc for config 2021-09-27 00:26:42 +02:00
go.mod add more hosts 2021-03-21 10:18:07 +01:00
go.sum add yaml 2021-03-21 10:26:56 +01:00
LICENSE Create LICENSE 2021-02-12 17:30:10 +01:00
main.go add doc for config 2021-09-27 00:26:42 +02:00
Makefile tidy installer script 2021-09-27 00:09:46 +02:00
README.md add doc for config 2021-09-27 00:26:42 +02: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
  -c configfile
  upstream string
        upstream url

Example

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

Configfile

cert: proxy.crt 
key: proxy.key
upstream: https://somehost:123
addr: 8080