fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
86.46k stars 13.37k forks source link

[Feature Request] Please document how lifecycle of a remote port (as well as its traffic) is managed. #2837

Closed enihcam closed 2 years ago

enihcam commented 2 years ago

Describe the feature request

From the doc i can see the remote port (via frp server) is managed by a local frp client. If that's true, will this remote port be closed as long as the local port is closed (or frp client terminates)? Or, if the local port is closed, will there be any traffic taken in place between server and client?

Thanks.

Describe alternatives you've considered

More infra docs maybe?

Affected area

fatedier commented 2 years ago

You can find what you want to know by reading source codes.

We haven't enough time to write tutorial and all codes are open source.

github-actions[bot] commented 2 years ago

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.