GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go #expose #firewall #frp #go #http_proxy #nat #p2p #proxy #reverse_proxy #tunnel

frp is a tool that helps you expose a local server, which is behind a NAT or firewall, to the Internet. It supports TCP, UDP, HTTP, and HTTPS protocols. Here’s how it benefits you You can access your local server from anywhere on the Internet, even if it's behind a NAT or firewall.
- **Multiple Protocols** It offers features like encryption, compression, and authentication to ensure secure connections.
- **Flexibility** frp provides a user-friendly configuration system and tools like a dashboard and admin UI to monitor and manage your proxies easily.

Overall, frp makes it easy to expose and manage local services securely and efficiently.

https://github.com/fatedier/frp
#rust #async_io #expose #localhost #rust #tunnel

Tunnelto is a Rust tool that exposes your local web server (like on port 8000) to a public URL via a simple tunnel. Install easily with `brew install agrinman/tap/tunnelto`, `cargo install tunnelto`, or downloads; run `tunnelto --port 8000` for quick start, with options for keys, subdomains, and hosts. Host your own server too. This benefits you by letting anyone access your local dev server securely online without complex setup, speeding up testing and sharing.

https://github.com/agrinman/tunnelto