客户端frpc.ini配置一个HTTP服务
[common]
server_addr = <server_host>
authentication_method = token
token = <password>
server_port = <port>
tls_enable = true
[dis_web]
type = http
local_ip = 127.0.0.1
local_port = 80
remote_port = 24000
custom_domains = xxxx.guopengfa.cn
运行服务:
frpc.exe -c frpc.ini