frp — проброс локальных сервисов через NAT в интернет

★ 108.8K

frp (fast reverse proxy) is a self-hosted tunnel that exposes a service trapped inside a private network (behind NAT, a home router, or a firewall) to the public internet when you have no static IP. Reach for it to demo a site running on your laptop, open remote access to a home server, camera, SSH box, or game server, or receive a webhook on a machine with no public address. You run frps on a public VPS and frpc on the private machine; a local port then becomes reachable at the server's address or via a subdomain. It forwards TCP, UDP, HTTP, and HTTPS, supports domain-based routing, TLS, token auth, load balancing, and a P2P mode that bypasses the relay. It forwards specific ports rather than acting as a full VPN, and it needs your own server — for a throwaway single-link demo, bore or ngrok is simpler.