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] unix socket support on sever side #3061

Closed xqin93 closed 2 years ago

xqin93 commented 2 years ago

Describe the feature request

In some cases(commercial VPS, docker, etc.), limited permissions were given. Users cannot bind ports freely. Typically in that scenario, we can only deploy service via a Unix socket and proxied by an Nginx ahead of it. So, can we consider supporting that bind FRP server to a Unix socket? Many Thanks.

Describe alternatives you've considered

No response

Affected area

fatedier commented 2 years ago

Maybe not. frp is a port forwarding tool and it relies on listenning on specified ports not just port 7000.

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.