内网穿透FRP工具的使用
https://github.com/fatedier/frp
https://gofrp.org/zh-cn/docs/overview/
启动
Linux server example:
1 | #Linux后台启动 |
windows client example:
1 | #windows后台启动 |
端口被占用:
1 | netstat -nap |
__END__
发表时间:2024-03-06
阅读:
https://github.com/fatedier/frp
https://gofrp.org/zh-cn/docs/overview/
Linux server example:
1 | #Linux后台启动 |
windows client example:
1 | #windows后台启动 |
端口被占用:
1 | netstat -nap |
__END__