frp 内网穿透 (适合自己有服务器公网IP)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
(0)frp软软件 含有服务端客户端
:
wget https://github.com/fatedier/frp/releases/download/v0.34.3/frp_0.34.3_linux_amd64.tar.gz
tar -xf frp_0.34.3_linux_amd64.tar.gz #linux 解压
cd frp_0.34.3_linux_amd64 #linux 切换到解压目录
(1)服务端配置 : 编辑文件 frps.ini
[common]
bind_port = 7000
# 注意:该目录下有多个文件,注意看清楚名字 **frps.ini** 表示服务端配置server。
# Linux 服务端启动:
nohup ./frps -c ./frps.ini > x.log 2>&1 & #linux启动方法
(2)客户端配置 编辑文件 frpc.ini
[common]
server_addr = 123.45.67 #服务器IP
server_port = 7000 #服务器监听端口
[ssh]
type = tcp
local_ip = 127.0.0.1 #本地IP
local_port = 22 #本地端口
remote_port = 5555 #想用服务端 的那个端口 来访问本地(服务端要放开此端口)
#Linux 客户端启动:
nohup ./frpc -c ./frpc.ini > x.log 2>&1 & #linux启动方法
可使用 http://123.45.67:5555/ 来访问服务
注意有端口限制的要在服务器放行 7000(server_port ) 端口和 5555(remote_port)
博客借鉴
https://www.zhihu.com/search?type=content&q=%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F%20windows
https://blog.csdn.net/casojie/article/details/113279027
官网文档
https://gofrp.org/docs/examples/ssh/
frp下载地址:https://github.com/fatedier/frp/releases
frp中文说明:https://github.com/fatedier/frp/blob/master/README_zh.md
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献8条内容
所有评论(0)