rp

command module
v0.0.0-...-0bc6146 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2023 License: MIT Imports: 7 Imported by: 0

README

rp

极为简单的https反响代理服务器,适合于在有证书的情况下快速部署一个指定端口的https反代

用法

docker run -d \
--name rp-service \
--restart=always \
-p 4443:443 \
-e SOURCE="http://source-ip:port" \
-e CRT="-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
" \
-e KEY="-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
" \
fregie/rp

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL