# ngrok **Repository Path**: anydev/ngrok ## Basic Information - **Project Name**: ngrok - **Description**: 一个十分方便、好用的内网穿透工具,它可以把本地某个端口的服务,通过一个安全隧道,映射到公网的一个地址。同时它提供了一个 Web 页面,展示了每个请求、响应的所有信息,便于调试本地的程序 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-23 - **Last Updated**: 2026-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ngrok - Unified Ingress for Developers [https://ngrok.com](https://ngrok.com) ## ngrok Community on GitHub If you are having an issue with the ngrok cloud service please open an issue on the [ngrok community on GitHub](https://github.com/ngrok/ngrok) ## This repository is archived This is the GitHub repository for the old v1 version of ngrok which was actively developed from 2013-2016. **This repository is archived: ngrok v1 is no longer developed, supported or maintained.** Thank you to everyone who contributed to ngrok v1 it in its early days with PRs, issues and feedback. If you wish to continue development on this codebase, please fork it. ngrok's cloud service continues to operate and you can sign up for it here: [https://ngrok.com/signup](https://ngrok.com/signup) ## What is ngrok? ngrok is a globally distributed reverse proxy that secures, protects and accelerates your applications and network services, no matter where you run them. You can think of ngrok as the front door to your applications. ngrok combines your reverse proxy, firewall, API gateway, and global load balancing into one. ngrok can capture and analyze all traffic to your web service for later inspection and replay. To use ngrok, sign up at [https://ngrok.com/signup](https://ngrok.com/signup) ## ngrok open-source development ngrok continues to contribute to the open source ecosystem at [https://github.com/ngrok](https://github.com/ngrok) with: - [The ngrok kubernetes operator](https://github.com/ngrok/kubernetes-ingress-controller) - [The ngrok agent SDKs](https://ngrok.com/docs/agent-sdks/) for [Python](https://github.com/ngrok/ngrok-python), [JavaScript](https://github.com/ngrok/ngrok-javascript), [Go](https://github.com/ngrok/ngrok-go), [Rust](https://github.com/ngrok/ngrok-rust) and [Java](https://github.com/ngrok/ngrok-java) ## What is ngrok for? [What can you do with ngrok?](https://ngrok.com/docs/what-is-ngrok/#what-can-you-do-with-ngrok) - Site-to-site Connectivity: Connect securely to APIs and databases in your customers' networks without complex network configuration. - Developer Previews: Demoing an app from your local machine without deploying it - Webhook Testing: Developing any services which consume webhooks (HTTP callbacks) by allowing you to replay those requests - API Gateway: An global gateway-as-a-service that works for API running anywhere with simple CEL-based traffic policy for rate limiting, jwt authentication and more. - Device Gateway: Run ngrok on your IoT devices to control device APIs from your cloud - Debug and understand any web service by inspecting the HTTP traffic to it