简单、高效的内网穿透工具
https://gofrp.org/docs/features/
[1、下载](https://github.com/fatedier/frp/releases}
下载对应的版本
如何查看linux系统的体系结构
frp安装报错:./frpc: cannot execute binary file: Exec format error
左对齐 | 右对齐 |
---|---|
386 | X86架构 |
amd64 | amd架构 |
arm | arm架构 |
arm64 | 64位arm架构 |
mips | mips架构 |
mips64 | 64位mips架构 |
mipsle | mipsle架构 |
mips64le | 64位mipsle架构 |
ubuntu@VM-0-17-ubuntu:~$ uname -a
Linux VM-0-17-ubuntu 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
应下载 frp_0.35.1_linux_386版本
2、通过自定义域名访问内网的 Web 服务
实测发现是要域名才可能访问的,可以在请求头中添加Host参数即可跳转过去
curl http://{frps IP} -H 'Host: host1'
可使用浏览器插件 [modheaer] (https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj/related)
[3、后台启动关闭]
nohup启动
nohup frps -c frps.ini &
ps -e | grep frps
17900 pts/0 00:00:00 frps
kill 17900
网友评论