Create README.md

This commit is contained in:
Keivan
2023-11-09 12:56:07 +03:30
committed by GitHub
parent 38743bbc25
commit 96f015626b

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# v2-uri-parser
V2ray URI parser for xray core
Currently supports: `vless`
```
V2ray URI parser
Usage: v2parser [OPTIONS] <URI>
Arguments:
<URI>
Options:
-s, --socksport <socksport>
-h, --help Print help
-V, --version Print version
```