为本地 HTTP 服务启用 HTTPS
frps.ini 内容如下:
-
[common]
server_addr = x.x.x.x
server_port = 7000
custom_domains = test.yourdomain.com
plugin = https2http
plugin_local_addr = 127.0.0.1:80
plugin_crt_path = ./server.crt
plugin_key_path = ./server.key
plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp
分别启动 frps 和 frpc。