The tool converts Amnezia X-Ray JSON configuration file (aka XRay original) to vless://...-like proxy connection URL.
-
Download appropriate binary from https://github.com/yvshevchenko/amnezia-xray-2-vless-url/releases/latest assets section (Only linux and windows binaries available for now)
-
Save your Amnezia config as a text file
You can figure out how your configuration looks like by checking
https://github.com/yvshevchenko/amnezia-xray-2-vless-url/blob/main/cmd/examples/example.json
-
Run the tool
On Linux:
./anezia-xray-to-vless-url /path/to/file.jsonDo not forget to chmod +x ... the downloaded binary before attempting to run it
On windows:
anezia-xray-to-vless-url.exe \path\to\file.jsonReplace
/path/to/file.jsonwith actual path to your configuration file. -
Use generated URL on your own!