According to its Github page, FRP is "a fast reverse proxy that allows you to expose a local server located behind a NAT or firewall to the internet. It currently supports TCP and UDP, as well as HTTP and HTTPS protocols, enabling requests to be forwarded to internal services via domain name.". - Source: dev.to / about 1 month ago
Over the past couple of months, I've been working on connet. At this point, it is working pretty smoothly (in what I use it for), so I wanted to share it with more people and see what they think. I know many other similar/reverse proxy solutions exist - like https://github.com/fatedier/frp, and a bunch more you can find at - Source: Hacker News / 2 months ago
If you want to self-host, there are many options. For something production ready frp is probably what you want. If you're a developer, I'd recommend starting with my own SirTunnel project and modifying it for your needs. For non-developers and those wanting more of a GUI experience, I created boringproxy. It's my take on a comprehensive tunnel proxy solution. It's in beta but currently solves almost everything I... - Source: dev.to / 11 months ago
Seems to be the exact opposite of https://github.com/fatedier/frp which is a reverse tunnel over a variety of protocols (including HTTP). - Source: Hacker News / 12 months ago
I've been self-hosting https://github.com/fatedier/frp on my little box, and it feels insane to think of the times where I didn't have it set up. There are many choices in the space as others pointed out, but frp's capabilities and lightweight packaging blows all other setups out of the water. I placed mine behind nginx with Let's Encrypt for SSL support. Hella fresh! - Source: Hacker News / 12 months ago
My setup to do the same: - small Hetzner instance - my domain's dns pointing to that instance - frps[1] running on that instance - frpc running on my local machine and connected to the cloud frps [1] https://github.com/fatedier/frp. - Source: Hacker News / over 1 year ago
An easy service to use is FRP, recently found it and it basically handles making the connection out of the network and is really easy to setup. https://github.com/fatedier/frp I personally having it running on a VPS and the client then running on my local network pointing at a reverse proxy which then handles sending it to the diffrent clients. Source: over 1 year ago
Another way around is to use reverse proxy like frp but since you need SSH anyway, all you need is already comes with SSH (reverse SSH). Source: over 1 year ago
Take a look also onto popular, similar to yours project: frp. Source: almost 2 years ago
You may want to take a look at FRP. It’s the same idea like Cloudflare tunnel, just without all the sophisticated features. You put a server (frps) on a VPS with public IP, and a client (frpc) within your home NAT. It can do both TCP and HTTP reverse proxy. I recommend a simple TCP one, and let your local nginx handle SSL. Source: almost 2 years ago
I'm running my WireGuard instance behind a reverse proxy (specifically https://github.com/fatedier/frp) on a VPS. That also has the advantage of not needing DDNS on non-static IPs. Are you sure your ISP is actually blocking these ports and that it's not just CGNAT? Source: almost 2 years ago
I just did the same but with Caddy as webserver with automatic SSL certs and https://github.com/fatedier/frp for tunneling. Source: almost 2 years ago
After a few months, I started tinkering with quite a few options people have suggested on the sub. Though this post has generated some new options I hadn't seen before like headscale and frp that I plan to look into and mess with. Source: almost 2 years ago
If you have a public-facing server/VPS, why not just use https://github.com/fatedier/frp or Nginx Streams (Nginx Proxy Manager supports it)? Source: almost 2 years ago
I always just used https://github.com/fatedier/frp for any projects running off my home network, its stupidly easy to setup with the examples provided, allows to proxy port ranges easily and was always an overall easy solution for me. Source: almost 2 years ago
Do you know an article comparing frp to other products?
Suggest a link to a post with product alternatives.
This is an informative page about frp. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.