rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
9.52k stars 476 forks source link

To provide tools to facilitate transfer from another software #159

Open KYatoo opened 2 years ago

KYatoo commented 2 years ago

I have used rathole for several months, I really like it because it takes up very low system resources. Now, I want to replace all FRP in my servers with rathole. But you know, the config files of rathole are more complex. So that it always makes me postpone this plan again and again. Maybe you can develop a tool which can transfer frpc.ini into config.toml to help people quickly use rathole.

emilyastranova commented 1 year ago

I second this, I only had to CTRL+F replace some strings to port my config over, probably easy to make a tool to do that.