can-H

frp

服务端配置
[common]
bind_addr = 0.0.0.0
bind_port = 8990
vhost_http_port = 8980

dashboard_addr = 0.0.0.0
dashboard_port = 7501

dashboard_user = ev
dashboard_pwd = Extremevision2018!

log_file = ./frps.log
log_level = info

log_max_days = 3
客户端配置

```bash
[common]
server_addr = 192.168.1.12
server_port = 8990

#[16]
#type = http
#local_port = 50008
#custom_domains = train.container.cvmart.net

#[17]
#type = http
#local_port = 50037
#custom_domains = train1.container.cvmart.net


#[range:image_ice]
#type = tcp
#local_port = 30000-30010
#remote_port = 30000-30010

[range:15]
type = tcp
local_port = 50000-50500
remote_port = 50000-50500

[range:dev_gpu]
type = tcp
local_port = 40000-40100
remote_port = 40000-40100

分类:

技术点:

相关文章:

  • 2021-12-16
  • 2021-11-18
  • 2021-11-18
  • 2021-12-28
  • 2018-04-21
  • 2021-11-24
  • 2021-04-12
  • 2021-08-05
猜你喜欢
  • 2021-12-28
  • 2021-09-24
  • 2021-12-22
  • 2022-01-19
相关资源
相似解决方案