Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 339 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 339 Bytes

frp

用rust开发的frp

开发说明

Client 端

cargo run  -p frpc

需要传递参数的使用方式 -h会传递给frpc命令

cargo run  -p frpc -- -h

Server 端

cargo run  -p frps

需要传递参数的使用方式 -h会传递给frps命令

cargo run  -p frps -- -h