Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (v2ray-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
V2Ray Tools
Installaction
npm -g install v2ray-toolsUsage
v2ray-tools [command]
Commands:
v2ray-tools vmess2config convert vmess url into v2ray config
v2ray-tools vmesstest test avaliability for server from url
v2ray-tools config2vmess convert v2ray config file into vmess url
Options:
--version Show version number [boolean]
--help Show help [boolean]v2ray-tools vmess2config
convert vmess url into v2ray config
Options:
--base base v2ray config file path [default: "src/base.json"]
--url vmess url [required]
--port port for listen [number] [default: 10800]
--listen listen interfacev2ray-tools config2vmess
convert v2ray config file into vmess url
Options:
--version Show version number [boolean]
--help Show help [boolean]
--path the path for the v2ray config file [required]v2ray-tools vmesstest
test avaliability for server from url
Options:
--base base v2ray config file path [default: "src/base.json"]
--url vmess url [array] [required]
--port base port for listen [number] [default: 10800]
--listen listen interface
--test-url [default: "https://www.google.com"]
--v2ray-path [default: "v2ray"]Todo
- parser vmess url
- convert vmess url into v2ray config
- convert v2ray config file into vmess url
- avaliability test for server from vmess url
- maxium speed test for server
- read urls from file for test
- Electron GUI