|
| 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>Free VPN Subscription Links | Clash, sing-box, and V2Ray Public Feeds</title> |
| 7 | + <meta name="description" content="Free public VPN subscription links for Clash, sing-box, and V2Ray with release downloads, status checks, and client guides."> |
| 8 | + <link rel="canonical" href="https://au1rxx.github.io/free-vpn-subscriptions/free-vpn-subscription-links.html"> |
| 9 | + <meta property="og:title" content="Free VPN Subscription Links"> |
| 10 | + <meta property="og:description" content="Open the right public subscription link for Clash, sing-box, or V2Ray and jump to client-specific guides."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://au1rxx.github.io/free-vpn-subscriptions/free-vpn-subscription-links.html"> |
| 13 | + <meta property="og:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.svg"> |
| 14 | + <link rel="stylesheet" href="./styles.css"> |
| 15 | + <script type="application/ld+json"> |
| 16 | + { |
| 17 | + "@context": "https://schema.org", |
| 18 | + "@type": "FAQPage", |
| 19 | + "mainEntity": [ |
| 20 | + { |
| 21 | + "@type": "Question", |
| 22 | + "name": "What free VPN subscription links are available here?", |
| 23 | + "acceptedAnswer": { |
| 24 | + "@type": "Answer", |
| 25 | + "text": "This repository publishes public Clash YAML, sing-box JSON, and V2Ray Base64 subscription links, plus a status feed and release snapshots." |
| 26 | + } |
| 27 | + }, |
| 28 | + { |
| 29 | + "@type": "Question", |
| 30 | + "name": "How do I know which link to use?", |
| 31 | + "acceptedAnswer": { |
| 32 | + "@type": "Answer", |
| 33 | + "text": "Use the link that matches your client format: Clash for YAML clients, sing-box for remote JSON clients, and V2Ray for Base64 subscription clients." |
| 34 | + } |
| 35 | + } |
| 36 | + ] |
| 37 | + } |
| 38 | + </script> |
| 39 | + </head> |
| 40 | + <body> |
| 41 | + <main class="content-page"> |
| 42 | + <a class="back-link" href="./">Back to home</a> |
| 43 | + <p class="eyebrow">Entry Page</p> |
| 44 | + <h1>Free VPN subscription links for Clash, sing-box, and V2Ray clients</h1> |
| 45 | + <p class="lede"> |
| 46 | + Use this page when you just need the public subscription links, want to understand the difference between formats, or need a fast path into the right client guide. |
| 47 | + </p> |
| 48 | + <div class="content-actions"> |
| 49 | + <a class="button button-primary" href="./output/clash.yaml">Open Clash</a> |
| 50 | + <a class="button button-secondary" href="./output/singbox.json">Open sing-box</a> |
| 51 | + <a class="button button-secondary" href="./output/v2ray-base64.txt">Open V2Ray</a> |
| 52 | + </div> |
| 53 | + <section class="content-grid"> |
| 54 | + <section class="content-block"> |
| 55 | + <h2>Primary public links</h2> |
| 56 | + <ul class="tag-list"> |
| 57 | + <li>Clash: `clash.yaml`</li> |
| 58 | + <li>sing-box: `singbox.json`</li> |
| 59 | + <li>V2Ray: `v2ray-base64.txt`</li> |
| 60 | + <li>Status: `status.json`</li> |
| 61 | + </ul> |
| 62 | + </section> |
| 63 | + <section class="content-block"> |
| 64 | + <h2>What each link is for</h2> |
| 65 | + <ul class="tag-list"> |
| 66 | + <li>Clash for YAML and Mihomo-style clients</li> |
| 67 | + <li>sing-box for remote JSON profile flows</li> |
| 68 | + <li>V2Ray for Base64 subscription URL flows</li> |
| 69 | + <li>Status for checking current node health before troubleshooting</li> |
| 70 | + </ul> |
| 71 | + </section> |
| 72 | + </section> |
| 73 | + <section class="content-block"> |
| 74 | + <h2>Choose the next page</h2> |
| 75 | + <ul class="related-links"> |
| 76 | + <li><a href="./which-subscription-format-should-i-use.html">Which subscription format should I use?</a></li> |
| 77 | + <li><a href="./clash.html">Clash guide</a></li> |
| 78 | + <li><a href="./sing-box.html">sing-box guide</a></li> |
| 79 | + <li><a href="./v2ray.html">V2Ray guide</a></li> |
| 80 | + <li><a href="./status.html">Live status page</a></li> |
| 81 | + </ul> |
| 82 | + </section> |
| 83 | + </main> |
| 84 | + </body> |
| 85 | +</html> |
| 86 | + |
0 commit comments