Skip to content

Convert your vmess/vless/trojan URI to a JSON file.

Notifications You must be signed in to change notification settings

ImanSeyed/v2ray-uri2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Dependencies

Before using the URI to JSON scripts, ensure you have the following softwares installed:

  • jq
  • base64 (coreutils)
  • awk

Usage

Follow these steps to convert a URI to JSON format and set up the proxy client:

  1. Run the following command to generate a file named config.json in your current directory:
# Default proxy ports -> SOCKS5: 10808, HTTP: 10809
$ bash scripts/vmess2json.sh <URI> # For vmess URIs
$ bash scripts/vless2json.sh <URI> # For vless URIs
$ bash scripts/trojan2json.sh <URI> # For trojan URIs

Or with custom proxy settings:

$ bash scripts/vmess2json.sh --http-proxy 1080 --socks5-proxy 1090 <URI>
$ bash scripts/vless2json.sh --http-proxy 1080 --socks5-proxy 1090 <URI>
$ bash scripts/trojan2json.sh --http-proxy 1080 --socks5-proxy 1090 <URI>

Run the command below to display all options:

$ bash scripts/lib/options.sh -h
  1. Execute the Xray or V2ray with the generated configuration in your current directory:
$ xray run -c config.json
  1. Configure your application to use the host computer's IP address as the proxy server, with the provided ports. Now you should be able to use the proxy server for your desired applications.

About

Convert your vmess/vless/trojan URI to a JSON file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages