Skip to content

Commit c03723e

Browse files
author
Ubuntu
committed
feat: add hiddify and nekobox landing pages
1 parent 33eac64 commit c03723e

7 files changed

Lines changed: 138 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The private control plane, infrastructure state, deployment credentials, and clo
6969
- [How to import sing-box subscriptions](./docs/sing-box-subscription.md)
7070
- [How to import V2Ray subscriptions](./docs/v2ray-subscription.md)
7171
- [How to use Clash Verge Rev](./docs/clash-verge-rev.md)
72+
- [How to use Hiddify Next](./docs/hiddify-next.md)
73+
- [How to use NekoBox](./docs/nekobox.md)
7274
- [How to use v2rayNG](./docs/v2rayng.md)
7375
- [How to use Shadowrocket](./docs/shadowrocket.md)
7476
- [FAQ and troubleshooting](./docs/faq.md)
@@ -83,8 +85,9 @@ The private control plane, infrastructure state, deployment credentials, and clo
8385
## Popular Client Paths
8486

8587
- Desktop: Clash Verge Rev, FlClash, sing-box desktop
86-
- Android: v2rayNG, NekoBox, sing-box mobile
88+
- Android: v2rayNG, NekoBox, Hiddify Next, sing-box mobile
8789
- iPhone and iPad: Shadowrocket-compatible subscription import flows
90+
- Multi-platform: Hiddify Next on Android, iPhone, Windows, macOS, and Linux
8891

8992
These client-specific guides exist to improve search visibility for real user queries and reduce setup friction after discovery.
9093

docs/hiddify-next.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Hiddify Next Guide
2+
3+
## Best Subscription Format
4+
5+
Use the V2Ray Base64 subscription feed for the simplest general import flow:
6+
7+
`https://raw.githubusercontent.com/Au1rxx/free-vpn-subscriptions/main/output/v2ray-base64.txt`
8+
9+
## Hiddify Next Setup
10+
11+
1. Open Hiddify Next.
12+
2. Tap the add or import button for a new profile.
13+
3. Choose import from URL.
14+
4. Paste the V2Ray subscription link above.
15+
5. Wait for the profile to sync, then pick a node and connect.
16+
17+
## When To Use This Path
18+
19+
Use Hiddify Next if you want a more beginner-friendly multi-platform client with remote profile support and automatic updates.
20+
21+
## Common Issues
22+
23+
- If the app reports an empty profile, refresh the subscription and verify the public status page.
24+
- If import from URL fails, copy the link again and make sure the app is using the full subscription URL instead of a single-node link.
25+
- If some nodes work and others do not, switch regions instead of assuming the entire feed is down.
26+

docs/nekobox.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# NekoBox Guide
2+
3+
## Best Subscription Format
4+
5+
Use the V2Ray Base64 subscription feed:
6+
7+
`https://raw.githubusercontent.com/Au1rxx/free-vpn-subscriptions/main/output/v2ray-base64.txt`
8+
9+
## NekoBox Setup
10+
11+
1. Open NekoBox on Android.
12+
2. Choose the import or subscription URL flow.
13+
3. Paste the V2Ray link above.
14+
4. Refresh the subscription group.
15+
5. Pick a node and test latency before connecting.
16+
17+
## When To Use This Path
18+
19+
Use NekoBox if you want an Android client built around the sing-box toolchain with strong support for common proxy formats.
20+
21+
## Common Issues
22+
23+
- If import succeeds but rules are missing, remember that clients can prioritize node parsing over rule data depending on the source format.
24+
- If every node times out, check the public status page before changing app settings.
25+
- If the feed does not refresh, re-open the subscription URL flow and confirm the link was pasted without extra characters.
26+

site/hiddify-next.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>Hiddify Next Subscription Guide | Free VPN Subscriptions</title>
7+
<meta name="description" content="How to import a free V2Ray subscription into Hiddify Next for Android, iPhone, Windows, macOS, and Linux.">
8+
<link rel="canonical" href="https://au1rxx.github.io/free-vpn-subscriptions/hiddify-next.html">
9+
<meta property="og:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.svg">
10+
<link rel="stylesheet" href="./styles.css">
11+
</head>
12+
<body>
13+
<main class="content-page">
14+
<a class="back-link" href="./">Back to home</a>
15+
<p class="eyebrow">Multi-platform Guide</p>
16+
<h1>How to use this feed in Hiddify Next</h1>
17+
<p class="lede">
18+
Hiddify Next is a multi-platform client with remote profile support and easy subscription import. Use the V2Ray feed for the simplest setup path.
19+
</p>
20+
<section class="content-block">
21+
<h2>Direct URL</h2>
22+
<pre><code>https://raw.githubusercontent.com/Au1rxx/free-vpn-subscriptions/main/output/v2ray-base64.txt</code></pre>
23+
</section>
24+
<section class="content-block">
25+
<h2>Steps</h2>
26+
<ol>
27+
<li>Open Hiddify Next.</li>
28+
<li>Create a new profile or tap import.</li>
29+
<li>Choose import from URL.</li>
30+
<li>Paste the V2Ray feed.</li>
31+
<li>Wait for sync, then select a node and connect.</li>
32+
</ol>
33+
</section>
34+
</main>
35+
</body>
36+
</html>
37+

site/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ <h2>Follow the right client path.</h2>
137137
<li><a href="./sing-box.html">How to import a sing-box subscription</a></li>
138138
<li><a href="./v2ray.html">How to import a V2Ray subscription</a></li>
139139
<li><a href="./clash-verge-rev.html">How to use Clash Verge Rev</a></li>
140+
<li><a href="./hiddify-next.html">How to use Hiddify Next</a></li>
141+
<li><a href="./nekobox.html">How to use NekoBox on Android</a></li>
140142
<li><a href="./v2rayng.html">How to use v2rayNG on Android</a></li>
141143
<li><a href="./shadowrocket.html">How to use Shadowrocket on iPhone</a></li>
142144
<li><a href="./status.html">Live node status dashboard</a></li>

site/nekobox.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>NekoBox Subscription Guide | Free VPN Subscriptions</title>
7+
<meta name="description" content="How to import a free V2Ray subscription into NekoBox for Android.">
8+
<link rel="canonical" href="https://au1rxx.github.io/free-vpn-subscriptions/nekobox.html">
9+
<meta property="og:image" content="https://au1rxx.github.io/free-vpn-subscriptions/social-preview.svg">
10+
<link rel="stylesheet" href="./styles.css">
11+
</head>
12+
<body>
13+
<main class="content-page">
14+
<a class="back-link" href="./">Back to home</a>
15+
<p class="eyebrow">Android Guide</p>
16+
<h1>How to use this feed in NekoBox</h1>
17+
<p class="lede">
18+
NekoBox is a popular Android client built around the sing-box toolchain. Use the V2Ray subscription feed for the simplest public import path.
19+
</p>
20+
<section class="content-block">
21+
<h2>Direct URL</h2>
22+
<pre><code>https://raw.githubusercontent.com/Au1rxx/free-vpn-subscriptions/main/output/v2ray-base64.txt</code></pre>
23+
</section>
24+
<section class="content-block">
25+
<h2>Steps</h2>
26+
<ol>
27+
<li>Open NekoBox.</li>
28+
<li>Choose the import or subscription URL flow.</li>
29+
<li>Paste the V2Ray feed.</li>
30+
<li>Refresh the subscription group.</li>
31+
<li>Select a node and test latency.</li>
32+
</ol>
33+
</section>
34+
</main>
35+
</body>
36+
</html>
37+

site/sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<url>
1919
<loc>https://au1rxx.github.io/free-vpn-subscriptions/clash-verge-rev.html</loc>
2020
</url>
21+
<url>
22+
<loc>https://au1rxx.github.io/free-vpn-subscriptions/hiddify-next.html</loc>
23+
</url>
24+
<url>
25+
<loc>https://au1rxx.github.io/free-vpn-subscriptions/nekobox.html</loc>
26+
</url>
2127
<url>
2228
<loc>https://au1rxx.github.io/free-vpn-subscriptions/v2rayng.html</loc>
2329
</url>

0 commit comments

Comments
 (0)