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.44k stars 475 forks source link

Add max_retries config #283

Open Siryak opened 1 year ago

Siryak commented 1 year ago

Feature Proposed Limit the number of retries if the client does not connect to the server, and close the program after X retries.

Use Case In a synchronous workflow, you know if the server is not reachable just if the program shutdown