|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>Verification and Compatibility | Free VPN Subscriptions</title> |
| 7 | + <meta name="description" content="Documented link validation, feed parsing checks, and compatibility notes for the public Clash, sing-box, V2Ray, and status endpoints."> |
| 8 | + <link rel="canonical" href="https://au1rxx.github.io/free-vpn-subscriptions/verification.html"> |
| 9 | + <meta property="og:title" content="Verification and Compatibility | Free VPN Subscriptions"> |
| 10 | + <meta property="og:description" content="See which public links are machine-validated, which paths are snapshots, and how to choose raw versus release downloads."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://au1rxx.github.io/free-vpn-subscriptions/verification.html"> |
| 13 | + <meta property="og:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.png"> |
| 14 | + <meta name="twitter:card" content="summary_large_image"> |
| 15 | + <meta name="twitter:title" content="Verification and Compatibility | Free VPN Subscriptions"> |
| 16 | + <meta name="twitter:description" content="Machine-level validation notes for public subscription links and status endpoints."> |
| 17 | + <meta name="twitter:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.png"> |
| 18 | + <link rel="stylesheet" href="./styles.css"> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <main class="content-page"> |
| 22 | + <a class="back-link" href="./">Back to home</a> |
| 23 | + <p class="eyebrow">Verification</p> |
| 24 | + <h1>Verification and compatibility notes for public links</h1> |
| 25 | + <p class="lede"> |
| 26 | + This page explains what is verified from the control VM, which links are designed for auto-refresh, which links are snapshot downloads, and what still requires client-side import testing on real devices. |
| 27 | + </p> |
| 28 | + <div class="content-actions"> |
| 29 | + <a class="button button-primary" href="./status.html">Open live status</a> |
| 30 | + <a class="button button-secondary" href="https://github.com/Au1rxx/free-vpn-subscriptions/releases">Open releases</a> |
| 31 | + <a class="button button-secondary" href="./free-vpn-subscription-links.html">Open link entry page</a> |
| 32 | + </div> |
| 33 | + |
| 34 | + <section class="content-block"> |
| 35 | + <h2>What is currently machine-validated</h2> |
| 36 | + <ul class="tag-list"> |
| 37 | + <li>Homepage, updates page, and status page return HTTP 200.</li> |
| 38 | + <li>Raw Clash, sing-box, V2Ray, and status endpoints return HTTP 200.</li> |
| 39 | + <li>Latest release download endpoints return HTTP 200.</li> |
| 40 | + <li>Clash YAML parses as a valid document with proxy entries.</li> |
| 41 | + <li>sing-box JSON parses as a valid document with outbound entries.</li> |
| 42 | + <li>V2Ray Base64 decodes into subscription lines.</li> |
| 43 | + <li>Status JSON parses into node records with protocol, region, port, and last-check metadata.</li> |
| 44 | + </ul> |
| 45 | + </section> |
| 46 | + |
| 47 | + <section class="content-block"> |
| 48 | + <h2>What this page does not claim</h2> |
| 49 | + <ul class="tag-list"> |
| 50 | + <li>It does not claim every GUI client on every operating system has been manually imported and clicked through from this VM.</li> |
| 51 | + <li>It does not claim every public node is always reachable. Use the live status page for the current signal.</li> |
| 52 | + <li>It does not treat release snapshot assets as the same thing as real-time status. Snapshot files are historical checkpoints.</li> |
| 53 | + </ul> |
| 54 | + </section> |
| 55 | + |
| 56 | + <section class="content-block"> |
| 57 | + <h2>Share the right path</h2> |
| 58 | + <ul class="tag-list"> |
| 59 | + <li>Share raw `output/*` links when the client supports long-lived remote subscriptions and auto-refresh.</li> |
| 60 | + <li>Share `releases/latest/download/*` links when the user wants a downloadable snapshot file or a historical checkpoint.</li> |
| 61 | + <li>Share the live status page or raw `status.json` when the question is “is it fresh right now?”</li> |
| 62 | + <li>Share client guides when the problem is import format, not link availability.</li> |
| 63 | + </ul> |
| 64 | + </section> |
| 65 | + |
| 66 | + <section class="content-block"> |
| 67 | + <h2>Compatibility guidance</h2> |
| 68 | + <ul class="tag-list"> |
| 69 | + <li>Use Clash YAML for Clash Verge Rev, FlClash, and Mihomo-style clients.</li> |
| 70 | + <li>Use sing-box JSON for clients that support remote JSON profile flows.</li> |
| 71 | + <li>Use V2Ray Base64 for mobile-first import paths such as v2rayNG, NekoBox, Hiddify Next, and many Shadowrocket-style subscription flows.</li> |
| 72 | + <li>If you are unsure, start with the V2Ray path for broad mobile compatibility or open the format decision page.</li> |
| 73 | + </ul> |
| 74 | + </section> |
| 75 | + |
| 76 | + <section class="content-block"> |
| 77 | + <h2>Recommended validation flow before sharing</h2> |
| 78 | + <ol class="tag-list"> |
| 79 | + <li>Open the status page and confirm there is a recent check timestamp.</li> |
| 80 | + <li>Open the raw subscription link that matches the client format.</li> |
| 81 | + <li>If the user wants a file download instead of a refreshable URL, switch to the latest release asset.</li> |
| 82 | + <li>If the user still cannot import, send the client-specific guide instead of only repeating the same link.</li> |
| 83 | + </ol> |
| 84 | + </section> |
| 85 | + </main> |
| 86 | + </body> |
| 87 | +</html> |
0 commit comments