You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major Update: Added Nekoray & Nekobox specialized outputs
Added specialized Sing-box sub-tabs for Nekoray and Nekobox (Android).
Implemented TUN inbound and optimized DNS for the Android version (Nekobox).
Refactored output UI with nested sub-tabs for a cleaner experience.
<li><b>Nekoray</b>: بهینهسازی شده برای حداکثر سازگاری با <b>Nekoray</b>.</li>
38
+
<li><b>Nekobox (Android)</b>: مخصوص اندروید؛ دارای <b>رابط مجازی TUN</b> برای شناسایی صحیح VPN در سیستمعامل (نمایش آیکون کلید) و پایداری بیشتر در شبکه موبایل.</li>
39
+
</ul>
40
+
34
41
## 🔗 شیوه کار خروجیها
35
42
36
43
این ابزار کانفیگی تولید میکند که ترافیک شما را به این ترتیب مسیریابی میکند:
@@ -123,7 +130,7 @@ TLS، Reality، None
123
130
124
131
## 🛡️ منابع الهامبخش (Credits)
125
132
126
-
این پروژه از منطق و ساختار پروژه متنباز [BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel) ایده گرفته است.
133
+
این پروژه از منطق و ساختار پروژه متنباز [BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel)و این [ تنظیمات Sing-box](https://gist.github.com/alireza-delavari/62e56af0d59c92b5b1798f1442f90f61)ایده گرفته است.
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,15 @@ A powerful, standalone web application to chain two proxy configurations into a
12
12
-**ECH Support**: Automatically parses and includes ECH config for secure connections.
13
13
-**Client-Side Only**: All processing happens in your browser. No data is sent to any server.
14
14
15
-
## 📦 Output Formats
16
-
17
15
| Output | Client |
18
16
|--------|--------|
19
17
|**Xray JSON**| Use with any Xray-compatible client (v2rayN, v2rayNG, Nekoray, etc.) |
20
-
|**Sing-box JSON**| Use with [sing-box](https://sing-box.sagernet.org/) client |
18
+
|**Sing-box JSON**| Nested tabs for different client types (see below). |
19
+
20
+
### 📦 Sing-box Sub-formats
21
+
-**Standard**: The regular Sing-box configuration.
22
+
-**Nekoray**: High compatibility format optimized for **Nekoray**.
23
+
-**Nekobox (Android)**: Optimized for Android with a **TUN inbound**, ensuring proper VPN recognition (key icon) and mobile stability.
21
24
22
25
## 🔗 How it Works
23
26
@@ -71,7 +74,7 @@ TLS, Reality, None
71
74
72
75
## 🛡️ Credits
73
76
74
-
This project draws inspiration and logic from the [BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel) project.
77
+
This project draws inspiration and logic from the [BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel) project and this [Sing-box configuration](https://gist.github.com/alireza-delavari/62e56af0d59c92b5b1798f1442f90f61).
0 commit comments