Sign inSign up

colinchang/frps

By colinchang

•Updated about 5 years ago

https://github.com/colin-chang/frp

Image
0

322

colinchang/frps repository overview

frp 视频教程 https://youtu.be/SlYwko8g-H8⁠

[common]
bind_port = 7000    # 客户端通信端口
vhost_http_port = 80    # HTTP端口
vhost_https_port = 443  # HTTPS端口 
token = 123456   #自定义秘钥

# dashboard
dashboard_port = 7001
dashboard_user = admin
dashboard_pwd = 123456

用户可以根据需要修改和挂载配置文件frps.ini,配置说明如上, dashboard 为可选。

docker pull colinchang/frps
docker run -d --name frps -p 7000:7000 -p 80:80 -p 7001:7001 -v $PWD/frps.ini:/frps/frps.ini colinchang/frps

Tag summary

Content type

Image

Digest

Size

7.3 MB

Last updated

about 5 years ago

docker pull colinchang/frps