frps


frpc.ini
[common] server_addr = xx.xx.xx.xx server_port = 7000 pool_count = 1 token = xxxxxxxx [ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 7001 [web] type = http local_port = 82 custom_domains = xxxx

frps.ini

[common]
bind_port = 7000
dashboard_port = 7002
# dashboard 用户名密码
dashboard_user = xxxxx
dashboard_pwd = xxxxxxxxxxxx
vhost_http_port = 7010
max_pool_count = 5
token = xxxxxx

 启动  nohup ./frps -c ./frps.ini &

原文地址:https://www.cnblogs.com/agang-php/p/12354279.html