“V2Fly”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
| (未显示同一用户的5个中间版本) | |||
| 第1行: | 第1行: | ||
官网:https://www.v2fly.org/ | 官网:https://www.v2fly.org/ | ||
| + | |||
| + | === 一键安装脚本 === | ||
| + | <syntaxhighlight lang="shell-session"> | ||
| + | bash <(curl -Ls https://raw.githubusercontent.com/jihch/hijkpw-scripts-mod/main/v2ray_mod1.sh) | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | [[V2Fly 服务器安装]] | ||
| + | |||
| + | === 查看命令行帮助 === | ||
| + | <syntaxhighlight lang="shell-session"> | ||
| + | [root@your-vps v2ray]# v2ray help | ||
| + | A unified platform for anti-censorship. | ||
| + | |||
| + | Usage: | ||
| + | |||
| + | v2ray <command> [arguments] | ||
| + | |||
| + | The commands are: | ||
| + | |||
| + | run run V2Ray with config | ||
| + | api call V2Ray API | ||
| + | convert convert config files | ||
| + | test test config files | ||
| + | tls TLS tools | ||
| + | uuid generate new UUID | ||
| + | verify verify if a binary is officially signed | ||
| + | version print V2Ray version | ||
| + | |||
| + | Use "v2ray help <command>" for more information about a command. | ||
| + | |||
| + | Additional help topics: | ||
| + | |||
| + | config-merge config merge logic | ||
| + | format-loader config formats and loading | ||
| + | |||
| + | Use "v2ray help <topic>" for more information about that topic. | ||
| + | |||
| + | [root@your-vps v2ray]# | ||
| + | |||
| + | </syntaxhighlight> | ||
| + | |||
| + | === 查看版本 === | ||
| + | <syntaxhighlight lang="shell-session"> | ||
| + | [root@your-vps ~]# v2ray version | ||
| + | V2Ray 5.2.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.19.4 linux/amd64) | ||
| + | A unified platform for anti-censorship. | ||
| + | </syntaxhighlight> | ||
2023年2月7日 (二) 14:44的最新版本
一键安装脚本
bash <(curl -Ls https://raw.githubusercontent.com/jihch/hijkpw-scripts-mod/main/v2ray_mod1.sh)
查看命令行帮助
[root@your-vps v2ray]# v2ray help
A unified platform for anti-censorship.
Usage:
v2ray <command> [arguments]
The commands are:
run run V2Ray with config
api call V2Ray API
convert convert config files
test test config files
tls TLS tools
uuid generate new UUID
verify verify if a binary is officially signed
version print V2Ray version
Use "v2ray help <command>" for more information about a command.
Additional help topics:
config-merge config merge logic
format-loader config formats and loading
Use "v2ray help <topic>" for more information about that topic.
[root@your-vps v2ray]#
查看版本
[root@your-vps ~]# v2ray version
V2Ray 5.2.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.19.4 linux/amd64)
A unified platform for anti-censorship.