Open-source project
abshare/abshare.github.io avatar
abshare/abshare.github.io

abshare/abshare.github.io: a daily free-node subscription page and what it actually ships

每日分享免费节点、免费机场、ssr节点、v2ray节点、v2ray订阅、clash节点、clash订阅、shadowrocket订阅、Quantumult X订阅、Clash .NET订阅、小火箭节点、小猫咪节点、免费翻墙、免费科学上网、免费梯子、免费trojan节点、蓝灯、谷歌商店、翻墙梯子、安卓VPN、iphone翻墙节点、iphone vpn、一键翻墙浏览器、节点分享、免费SSR、蓝灯、谷歌商店、V2ary免费节点、代理、proxy代理科学上网、TG代理、电报代理、Telegram代理、ip加速、翻墙软件、socks5、破解VPN、机场推荐、节点订阅、破解VPN、ChatGPT

1,098 stars48 forksUnknownLicense varies

At a glance

What is it?
The repository is a single README that publishes one subscription URL for Clash, v2rayN, Shadowrocket and Trojan clients, with a daily free-traffic cap. It is a distribution page, not a proxy tool, and its limits follow from that.
Who is it for?
This repository suits readers who already run Clash, v2rayN, Shadowrocket, V2RayNG, ClashX or Clash for Windows and want one URL to paste into an existing client, plus people who want to see how a subscription page is structured before building their own. It does not suit anyone expecting a maintained client, a documented API, a versioned release, or a guarantee about uptime: the repository holds only README.md, the licence is not stated, and the last push was on 2026-08-06.
Can I use it commercially?
Not without permission. GitHub finds no licence file in the repository, and without a licence all rights are reserved by default: you may read the code but not reuse it. Check the README, or ask the authors, before using it.
Is it still maintained?
Yes. The repository last received commits 40 days ago.
What is it written in?
GitHub does not report a main language for this repository.

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

DEEP OPEN-SOURCE ANALYSIS

What abshare/abshare.github.io publishes, and the reader it assumes

The repository has exactly one top-level entry: README.md. There is no client source, no build script, no configuration schema. What it distributes is a subscription link, repeated in the README under three separate headings for Clash, v2rayN and the iOS client Shadowrocket. All three headings point at the same URL string, which is the first thing to notice: the page is not tailoring output per client, it is handing the same endpoint to every client and letting the client parse it.

The intended reader already owns a proxy client. The README names Shadowrocket for iOS, V2RayNG or Clash for Android for Android, V2RayN or Clash for Windows on Windows, ClashX or Clash for Windows on macOS, and Clash for Windows on Linux. Nobody arrives here to install a program. They arrive to paste a URL into one they already have.

The page also carries a commercial tail: repeated links to a service called Allblue and a note that daily public traffic is limited, with an instruction to register on the official site once it runs out. That framing is honest about what the free tier is. It is a sample, with a ceiling, attached to a paid offering.

How the subscription mechanism works when you paste the URL

The README gives one string and labels it three ways. In practice that means the endpoint returns a subscription document, and the client decides what to do with it. Clash clients expect a YAML rule set; v2rayN expects a base64-encoded list of server URIs; Shadowrocket accepts a subscription URL and converts internally. The repository does not document which format the endpoint actually serves, so the client's own importer is doing the interpretation.

That design has a consequence worth stating plainly. Because the README publishes the same link for every platform, a format change on the server side breaks every client at once, and the README gives no version marker or changelog beyond a timestamp line. The timestamp at the top of the file is the only freshness signal a reader gets.

Trojan is handled differently, and the README is explicit about it: the shared Trojan nodes are offered as URI links only, with no QR-code configuration. That is a real constraint. On a phone, a QR code is the fast path; without one, you copy the URI text into the client by hand.

Installing nothing: using the free subscription in Clash or v2rayN

There is no install step for this repository. The README's own instruction is to check that your client is on the latest version, and if it is not, to download the current build from the Allblue site. The only string the repository actually provides is the subscription URL, printed in the README as a plain block:

code
https://Nr5naf.absslk.xyz/e98af01c1d1a5c4506aead30efa93f08

Paste that as a remote profile or subscription address in your client and update it. What you should see is a node list populated from the endpoint. If the list is empty, the README's first suggestion is to confirm the client version before assuming the link is dead.

For v2rayN, the same string goes into the subscription group settings, then you trigger an update to pull the server entries. For Shadowrocket on iOS, add it as a subscription and refresh. For Trojan, the README says the shared free nodes are offered as URI links only and that no QR code is provided, so you add the URI text the page gives you directly in the client.

The README also carries a usage rule in its own words: do not use the shared free Trojan nodes for large downloads, because it degrades the experience for other users. Treat that as a stated condition of use, not a suggestion.

Where this repository stops being the right tool

The clearest limitation is that nothing here is under your control. The subscription endpoint is a third-party host. If it stops answering, every client pointed at it goes stale, and the repository offers no fallback host, no mirror, and no self-hosting instructions. The README does not document rollback or a previous working link.

Second, the free tier is capped by design. The README states that daily public traffic is limited and directs users to register on the official site when it runs out. For steady use, a capped shared pool is the wrong instrument; the page itself points you toward the paid option at that point.

Third, the maintenance signal is weak. The last push to the repository was on 2026-08-06, and the only artefact is README.md. There are no retrieved releases. Anyone treating this as a project with a version history, an issue tracker workflow, or a deprecation policy is reading it as something it is not. It is a page that gets edited.

Finally, the licence is not stated in the repository. For a repository whose entire value is a redistributed link, that silence matters more than it would for a code project.

The alternative approach: run your own node instead of subscribing to someone else's

The natural alternative is a self-hosted proxy stack, for example a VPS running a server component such as Xray or sing-box, with your own domain and certificate, and your own subscription file generated from that server. The difference is not speed. It is who holds the endpoint. With a self-hosted setup the subscription URL points at infrastructure you control, so a client refresh cannot be broken by a third party's decision to rotate or retire a host.

The trade-off runs the other way too, and it is the reason pages like this one exist. Self-hosting means paying for the VPS, obtaining and renewing a certificate, keeping the server component patched, and accepting that a single IP is easier to block than a rotating pool. The README's model spreads users across shared endpoints and absorbs the operational work on the provider side, at the cost of the traffic cap and the lack of any guarantee. Neither approach is strictly better; they fail differently.

Maintenance cost, upgrade path and the licence question

For a consumer of the link, the upgrade cost is zero by construction. There is nothing to update locally, and the README's only maintenance instruction is to keep the client current. The cost sits entirely with the publisher: the subscription host has to stay up, the node pool has to be refreshed, and the README timestamp has to be edited to stay credible. The last push was on 2026-08-06, which is recent enough that the page is still being touched, but a single-file repository with no releases gives no cadence to plan around.

For someone reusing the repository as a template, the picture changes. There is no build pipeline, no theme, no generator config, so copying the layout means copying a README structure and supplying your own hosting. The licence field is not populated in the repository, which means the terms under which the text and the link may be reused are not stated. That is a gap to resolve before republishing any of it, and it is not something to settle by assumption. If you need a clear licence, this repository does not provide one.

Editorial conclusion

This repository suits readers who already run Clash, v2rayN, Shadowrocket, V2RayNG, ClashX or Clash for Windows and want one URL to paste into an existing client, plus people who want to see how a subscription page is structured before building their own. It does not suit anyone expecting a maintained client, a documented API, a versioned release, or a guarantee about uptime: the repository holds only README.md, the licence is not stated, and the last push was on 2026-08-06. Before relying on the link, verify that it still resolves, confirm which client you are importing into, and check the README's own note that the free daily traffic allowance is finite.

Frequently asked questions

What is abshare/abshare.github.io?

It is a repository whose only content is a README that shares a daily free subscription link for Clash, v2rayN, Shadowrocket and Trojan clients. It distributes a URL rather than shipping any client software.

How do I use the abshare/abshare.github.io subscription link?

Copy the URL printed in the README and add it as a remote subscription in your client, then refresh. The README recommends Shadowrocket on iOS, V2RayNG or Clash for Android on Android, V2RayN or Clash for Windows on Windows, and ClashX or Clash for Windows on macOS.

Why are all my nodes unavailable with the abshare/abshare.github.io link?

The README's first instruction for that case is to check whether your client is on the latest version and, if not, download the current build from the Allblue site. It does not document any other recovery path.

Does abshare/abshare.github.io provide Trojan QR codes?

No. The README states that the shared free Trojan nodes are provided as URI links only and that no QR-code configuration method is offered, so you add the URI directly in the client.

Is there a traffic limit on the free nodes from abshare/abshare.github.io?

Yes. The README says the daily public traffic is limited and advises registering an account on the official site once it is used up.

What licence does abshare/abshare.github.io use?

The repository does not state a licence, so the terms for reusing its text or link are unclear.

Official sources

  1. abshare/abshare.github.io on GitHub
  2. Issues
  3. Project website
  4. README
Community notes

Community notes