ffay/lanproxy

lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 736294209

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 11th, 2026
Created on November 20th, 2016
Open Issues & Pull Requests: 144 (+0)
GitHub issues: Enabled
Number of forks: 1,547
Total Stargazers: 5,850 (+0)
Total Subscribers: 207 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 0.0 hours
90th percentile: 0.0 hours
Tracked items: 1

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 567 days
Stale 30+ days: 3
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Lanproxy is an intranet penetration tool that proxies local area network computers and servers to the public internet.

The tool solves the problem of accessing internal resources from outside a private network without relying on third-party services or paying for commercial alternatives. It works by forwarding TCP traffic between a local client and a public server, enabling any TCP-based protocol to traverse the network boundary. This includes HTTP and HTTPS web access, SSH connections, remote desktop sessions, and proxy services. Users deploy their own server on a public IP address and run clients on machines within the private network, maintaining full control over data flow and avoiding the security risks of routing traffic through third-party infrastructure.

Lanproxy suits organizations and individuals who want to expose internal services publicly while maintaining infrastructure independence. The open-source version provides core tunneling functionality with support for multiple simultaneous connections. A commercial upgrade is available that adds features such as custom domain binding with automatic SSL certificate management, multi-user support, and built-in HTTP and SOCKS5 proxy modes for accessing corporate networks from home. The tool is implemented in Java and requires a Java runtime environment on clients, though a Go-based client alternative is available for other platforms to avoid this dependency.

The project maintains both an open-source free version and a commercial upgrade path. Development activity shows ongoing maintenance with releases available through the standard distribution channels. The tool includes a web-based configuration interface for managing proxy settings and viewing connection statistics, and configuration data persists in JSON format for durability across restarts.