搭建frp服务端与客户端
frp
frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议,且支持 P2P 通信。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。
项目地址:https://gitcode.com/gh_mirrors/fr/frp
免费下载资源
·
1 安装ftp
2 在服务端进入配置
[common]
bind_port = 7000 #frp服务端使用的端口
#authentication_timeout = 900 #服务端与客户端所在机器的时间差不能超过这个时间
#bind_udp_port = 7001
#kcp_bind_port = 7000
#vhost_http_port = 10080
#vhost_https_port = 10443
dashboard_port = 7500 # 仪表盘端口
dashboard_user = admin
dashboard_pwd = admin
#token = 12345678 #frp 服务端密码,对端客户端必须与服务端相同
allow_ports = 6501-9999 #允许客户端的端口范围
max_pool_count = 5
max_ports_per_client = 0
tcp_mux=ture
./frps -c ./frps.ini 启动frp服务
nohup ./frps -c ./frps.ini & 后台启动frp服务
客户端同上
[common]
server_addr = #服务端的公网地址
server_port = #服务端端口
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6005 #要使用的转发端口
GitHub 加速计划 / fr / frp
83.04 K
13 K
下载
frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议,且支持 P2P 通信。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。
最近提交(Master分支:3 个月前 )
4383756f
7 天前
6ba849fc
15 天前
更多推荐
已为社区贡献2条内容
所有评论(0)