Open-source project
crossxx-labs/free-proxy avatar
crossxx-labs/free-proxy

crossxx-labs/free-proxy: A Time-Limited Clash Subscription Generator for Temporary Network Testing

Provide free clash subscriptions of ssr / vmess / hysteria2 proxy servers 提供免费clash订阅,免费ssr节点,免费trojan节点,免费vmess节点,免费hysteria2节点服务器

1,736 stars76 forksShellMIT

At a glance

What is it?
This repository offers free Clash subscriptions for SSR, VMess, and Hysteria2 nodes, but each subscription expires every four hours and is capped at four hours daily per IP. It suits short-term network debugging, not sustained use.
Who is it for?
Adopt crossxx-labs/free-proxy if you need a quick, temporary proxy subscription for testing Clash Meta clients or debugging network access to overseas sites, and you can tolerate re-adding subscriptions every four hours. Do not adopt it for stable, long-term browsing or production workloads, because the per-IP daily cap and forced refresh make it unreliable.
Can I use it commercially?
Yes. MIT is a permissive licence: you can use, modify and sell software built on it, as long as you keep its copyright and licence notices.
Is it still maintained?
Yes. The repository last received commits 1 day ago.
What is it written in?
Mainly Shell, according to GitHub's language statistics.

Answers come from the project's GitHub data, last synced on September 14, 2026, and from our analysis. They are not legal advice.

DEEP OPEN-SOURCE ANALYSIS

What This Repository Actually Provides

The repository does not host proxy servers. It is a landing page that points to subscription links hosted on freeclash.top. Those links feed Clash Meta clients with configurations for SSR, VMess, and Hysteria2 nodes. The stated purpose is network debugging for accessing platforms like Google, Twitter, and Facebook. The intended audience is developers or users who need a temporary, no-cost way to test a Clash client or verify a connection, not people who want a permanent proxy service. The README explicitly says it is for learning and non-commercial use, and it asks users to delete the configuration within 24 hours. That framing matters: this is a disposable resource, not a product.

The 4-Hour Expiry and Daily Quota Mechanism

The core design constraint is time. Each subscription link expires four hours after it is generated. The README shows a sample update timestamp of 2026-08-29 16:00:04 and an expiry of 2026-08-29 20:00:04, both in UTC+8. Additionally, the service limits each IP address to four hours of free usage per day, counted from when the user adds the subscription to their Clash client. After that quota is exhausted, the subscription stops working. The user must wait until the next day, in UTC+4 time, to refresh the page and generate a new subscription. This mechanism is a deliberate anti-abuse measure, but it makes the service unsuitable for anything beyond short sessions. The README's own troubleshooting section instructs users to delete the old subscription, return to the GitHub page, copy a new link, and paste it into the client. That workflow is the entire operational model.

Getting Started: Commands and Client Setup

There are no commands to run because this repository contains no code. The primary language is listed as Shell, but the README does not include any scripts or installation steps. Instead, the setup is manual. First, visit the freeclash.top page linked in the README to obtain a subscription URL. Then, in your Clash Meta client, add that URL as a new subscription profile. The README provides client download links for Windows, macOS, Android, and iOS. For Windows, it points to Clash Verge Rev version 2.3.1, with separate installers for x64, x86, and arm64. For Android, it links to Clash Meta For Android version 2.11.0. For iOS, it suggests Karing or Shadowrocket, noting that an overseas Apple ID is required. The actual configuration keys, such as proxies or proxy-groups, are not documented here. Users must rely on the generated subscription content, which is not shown in the repository.

A Genuine Limitation: The Service Is a Redirect, Not a Product

The most significant limitation is that this repository has no inherent functionality. If freeclash.top goes down or changes its URL structure, the repository becomes a dead link. The README's disclaimer also states that the project is for learning only and must be deleted within 24 hours, which contradicts any notion of ongoing use. The per-IP quota means that users on a shared network, such as an office or university, may find the quota exhausted quickly by other users. The four-hour expiry also means that any scheduled task or background process that relies on the proxy will break unless it is re-authenticated. For anything other than a quick manual test, this is the wrong tool. The repository is not a proxy service; it is a pointer to one.

Alternative Approaches: Paid Subscriptions and Self-Hosted Proxies

A direct alternative is a paid subscription service, often called an airport or 机场 in Chinese internet slang. The README itself recommends one, 倚天剑clash, priced at about 0.2 yuan per day, with a free one-day trial. The difference is that paid services typically offer stable, long-lived subscription URLs without per-IP daily caps, and they often provide multiple server locations and better uptime. Another alternative is to self-host a proxy server using software like V2Ray or Hysteria2 on your own VPS. That requires technical setup and ongoing server costs, but it gives you full control over expiry and quota. The trade-off is clear: free and ephemeral versus paid and stable, or self-managed and permanent. For a one-off test, the free option works. For any recurring need, the paid or self-hosted route is more practical.

Maintenance and Upgrade Cost, and License Implications

The repository shows no recent releases and the last push date is unknown, so maintenance appears minimal. The README's update timestamps are generated by an external system, not by repository commits. The license is MIT, which permits reuse and modification with attribution, but the actual subscription content is not covered by that license because it comes from freeclash.top. The README's disclaimer claims copyright over the text and data, which is a separate matter from the MIT license on the repository files. Users should not assume that the proxy nodes themselves are free to use beyond the stated quota. The maintenance cost for a user is operational: you must revisit the GitHub page every four hours and re-add the subscription. There is no upgrade path within the repository itself. The project is a static document, so its longevity depends on the external service, not on the code.

Editorial conclusion

Adopt crossxx-labs/free-proxy if you need a quick, temporary proxy subscription for testing Clash Meta clients or debugging network access to overseas sites, and you can tolerate re-adding subscriptions every four hours. Do not adopt it for stable, long-term browsing or production workloads, because the per-IP daily cap and forced refresh make it unreliable. Before relying on it, verify that the subscription links from freeclash.top are still active, confirm your client supports the listed proxy types (SSR, VMess, Hysteria2), and check the legal restrictions in your jurisdiction, since the repository itself warns users to comply with local laws. The project is a thin wrapper around external subscription services, so its value depends entirely on those services staying online.

Official sources

  1. Official documentation
  2. Official README
  3. Project repository
Community notes

Community notes