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.38k stars 13.36k forks source link

[Feature Request] Restrict access to client from certain IP ranges in server based on ip ranges provided by client #4487

Closed rishi-anand closed 15 hours ago

rishi-anand commented 1 month ago

Describe the feature request

Client supports taking list of allowed IP ranges from where requests can be made to the client and passes it to server when it's authenticating for first time. Whenever a request comes to the server, the server intercepts the request and checks if it's allowed.

Describe alternatives you've considered

No response

Affected area

fatedier commented 1 month ago

The ACL feature is in the plan.

xqzr commented 4 weeks ago

https://github.com/fatedier/frp/blob/dev/doc/server_plugin.md#newuserconn

github-actions[bot] commented 1 week ago

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