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 &

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-08-03
  • 2022-03-06
  • 2021-11-29
  • 2021-06-24
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2022-02-18
  • 2021-12-04
  • 2022-12-23
  • 2021-08-16
  • 2021-12-26
相关资源
相似解决方案