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
84.53k stars 13.17k forks source link

[Question] Does the tool perform NAT hole punching? #60

Closed bradacina closed 8 years ago

bradacina commented 8 years ago

Hi, It's unclear to me if this tool provides NAT hole punching or not? I'm running a host behind a NAT. The admin of the NAT does not want to allow my host to be visible on the internet so he's only allowing outgoing connections from my host and replies. No incoming connections are allowed. Will this tool allow me to expose a service running on my host to the internet? Thanks.

fatedier commented 8 years ago

frp is good fit for you. All connections are established from frpc to frps and messages are forwarded by frps. You should run frpc in your server behind NAT.

NAT hole punching is planned to support in the future.

bradacina commented 8 years ago

Thank you very much!