已配置好的Windows版:

frp_client v0.36.2.zip   

frp_serve v0.36.2.zip  

服务器配置:

[common]
bind_port = 34343
vhost_http_port = 88
vhost_https_port = 443


客户端配置:

[common]
server_addr = 129.203.100.201
server_port = 34343

[http]
type = http
local_ip = 192.168.0.111
local_port = 8080
custom_domains = test.common.com

[web_https]
type = https
local_ip = 192.168.0.111
local_port = 8080
custom_domains = test.common.com

plugin = https2http
plugin_local_addr = 127.0.0.1:8080

plugin_host_header_rewrite = 127.0.0.1            
plugin_header_X-From-Where = frp

plugin_crt_path = C:/Users/Public/test.common.com/a.crt
plugin_key_path = C:/Users/Public/test.common.com/a.key