文件名称:mimi-proxy:具有 SNI 和 websocket 支持的反向代理
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-23 10:53:40
Go
安装
go get github.com/mimicloud/reverse-proxy
go install github.com/mimicloud/reverse-proxy
# or
git clone git@github.com:mimicloud/reverse-proxy.git
go get -v .
等方案
/apps/u1/frontends/f1 {"tls_cert": "", "tls_key": "", "hosts": ["*.example.com", "example.com"]} /apps/u1/backends/ b1 {"url": "192.168.0.1:5000", "connection_timeout": 1000}
应用程序接口
应用
申请清单
GET /v1/
申请详情
GET /v1/
【文件预览】:
mimi-proxy-master
----.gitignore(11B)
----tmp.sh(276B)
----utils.go(266B)
----templates()
--------503_error.html(778B)
--------502_error.html(780B)
----Makefile(145B)
----server.go(3KB)
----api_test.go(2KB)
----main.go(2KB)
----backend.go(299B)
----etcd.go(6KB)
----collection.go(431B)
----application.go(2KB)
----server_test._go(8KB)
----readme.md(4KB)
----api.go(6KB)
----frontend.go(5KB)
----config.json(297B)
----strategy.go(1KB)