File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
- # Vless Url Builder
1
+ # Amnezia Vless URL Builder
2
2
Utility for conveting Amnezia XRay JSON to URLs with vless:// format
3
3
4
+ ## Installation
5
+ Minimal Java version is 21. Before running, you should install Java 21 JRE or JDK.
6
+ I recommend using Eclipse Temurin on Windows/Mac and Java from your distro's repository on Linux.
7
+
8
+ ### JRE Download Links
9
+
10
+ <table style =" width : 100% ; border : none ;" cellspacing =" 0 " cellpadding =" 0 " border =" 0 " >
11
+ <tr >
12
+ <td>
13
+ <img src="https://raw.githubusercontent.com/tandpfun/skill-icons/refs/heads/main/icons/Windows-Dark.svg" height="30px" width="30px"></img>
14
+ </td>
15
+ <td >
16
+ <a href="https://objects.githubusercontent.com/github-production-release-asset-2e65be/602574963/17b3c72c-9fdd-4267-8441-1b1a1ef41b8e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241205%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241205T125540Z&X-Amz-Expires=300&X-Amz-Signature=24f4efda84f63860d199b00eb3b8eccb03172f1627c92c2d9872bae179e11ea4&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK21U-jre_x64_windows_hotspot_21.0.5_11.msi&response-content-type=application%2Foctet-stream">x64</a>
17
+ </td>
18
+ <td>
19
+ <a href="https://objects.githubusercontent.com/github-production-release-asset-2e65be/602574963/2f09e3b5-7952-4970-ad80-42e0fdd2a6a8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241205%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241205T125505Z&X-Amz-Expires=300&X-Amz-Signature=fcdc7a90c5945d480907e0befed5a9488ed5ccaa07d7396f566111287b107bb2&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK21U-jre_aarch64_windows_hotspot_21.0.5_11.msi&response-content-type=application%2Foctet-stream">aarch64</a>
20
+ </td>
21
+ </tr >
22
+ <tr >
23
+ <td>
24
+ <img src="https://raw.githubusercontent.com/tandpfun/skill-icons/refs/heads/main/icons/Apple-Dark.svg" height="30px" width="30px"></img>
25
+ </td>
26
+ <td >
27
+ <a href="https://objects.githubusercontent.com/github-production-release-asset-2e65be/602574963/db86e8b9-4533-4c2f-90eb-322db5728685?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241205%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241205T125923Z&X-Amz-Expires=300&X-Amz-Signature=65f5894de5a73c91ce705f2465e27a311b2d34928c0cdc47817a1e34a447d6e2&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK21U-jre_x64_mac_hotspot_21.0.5_11.pkg&response-content-type=application%2Foctet-stream">x64</a>
28
+ </td>
29
+ <td>
30
+ <a href="https://objects.githubusercontent.com/github-production-release-asset-2e65be/602574963/59e38ca7-9769-4ef4-8f97-5728ad1ed87b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241205%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241205T125905Z&X-Amz-Expires=300&X-Amz-Signature=0515a92b2766f4cdf5190aef983125aef863622a63ba5adccdc5b32010ae4b50&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK21U-jre_aarch64_mac_hotspot_21.0.5_11.pkg&response-content-type=application%2Foctet-stream">aarch64</a>
31
+ </td>
32
+ </tr >
33
+ <tr >
34
+ <td>
35
+ <img src="https://raw.githubusercontent.com/tandpfun/skill-icons/refs/heads/main/icons/Linux-Dark.svg" height="30px" width="30px"></img>
36
+ </td>
37
+ <td colspan=2>Install using your distro's package manager</td>
38
+ </tr >
39
+ </table >
40
+
4
41
## Usage
5
42
```
6
43
java -jar ./Vless-Url-Builder.jar /path/to/file.json
You can’t perform that action at this time.
0 commit comments