Skip to content

Commit 61e55ae

Browse files
committed
v4
1 parent b8ca530 commit 61e55ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2819
-21270
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Main
2+
3+
on: push
4+
5+
permissions:
6+
contents: write
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: checkout
13+
uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
16+
- name: get ver
17+
run: |
18+
echo "$(cat v2ray.sh | grep ver=)" >> $GITHUB_ENV
19+
echo "old=$(git tag | tail -n1)" >> $GITHUB_ENV
20+
# - name: test
21+
# if: env.is_sh_ver == env.old
22+
# run: |
23+
# echo not found new version.
24+
# exit 1
25+
- name: zip
26+
run: zip -9vr code.zip . -x .\*
27+
- name: release
28+
uses: softprops/action-gh-release@v1
29+
with:
30+
files: code.zip
31+
tag_name: ${{ env.is_sh_ver }}

README.md

Lines changed: 98 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,105 @@
1-
# v2ray
1+
# 介绍
2+
23
最好用的 V2Ray 一键安装脚本 & 管理脚本
34

4-
## 脚本说明
5+
# 特点
6+
7+
- 快速安装
8+
- 超级好用
9+
- 零学习成本
10+
- 自动化 TLS
11+
- 简化所有流程
12+
- 屏蔽 BT
13+
- 屏蔽中国 IP
14+
- 使用 API 操作
15+
- 兼容 V2Ray 命令
16+
- 强大的快捷参数
17+
- 支持所有常用协议
18+
- 一键添加 Shadowsocks
19+
- 一键添加 VMess-(TCP/mKCP/QUIC)
20+
- 一键添加 VMess-(WS/H2/gRPC)-TLS
21+
- 一键添加 VLESS-(WS/H2/gRPC)-TLS
22+
- 一键添加 Trojan-(WS/H2/gRPC)-TLS
23+
- 一键添加 VMess-(TCP/mKCP/QUIC) 动态端口
24+
- 一键启用 BBR
25+
- 一键更改伪装网站
26+
- 一键更改 (端口/UUID/密码/域名/路径/加密方式/SNI/动态端口/等...)
27+
- 还有更多...
28+
29+
# 脚本说明
30+
531
[V2Ray 一键安装脚本](https://github.com/233boy/v2ray/wiki/V2Ray%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E8%84%9A%E6%9C%AC)
632

7-
## 搭建教程
33+
# 搭建教程
34+
835
[V2Ray搭建详细图文教程](https://github.com/233boy/v2ray/wiki/V2Ray%E6%90%AD%E5%BB%BA%E8%AF%A6%E7%BB%86%E5%9B%BE%E6%96%87%E6%95%99%E7%A8%8B)
936

10-
## 资助 V2Ray
11-
请考虑 [资助 V2Ray 发展](https://www.v2ray.com/chapter_00/02_donate.html)
37+
# 帮助
38+
39+
使用: `v2ray help`
40+
41+
```
42+
V2Ray script v4.0 by 233boy
43+
Usage: v2ray [options]... [args]...
44+
45+
基本:
46+
v, version 显示当前版本
47+
ip 返回当前主机的 IP
48+
get-port 返回一个可用的端口
49+
50+
一般:
51+
a, add [protocol] [args... | auto] 添加配置
52+
c, change [name] [option] [args... | auto] 更改配置
53+
d, del [name] 删除配置**
54+
i, info [name] 查看配置
55+
qr [name] 二维码信息
56+
url [name] URL 信息
57+
log 查看日志
58+
logerr 查看错误日志
59+
60+
更改:
61+
dp, dynamicport [name] [start | auto] [end] 更改动态端口
62+
full [name] [...] 更改多个参数
63+
id [name] [uuid | auto] 更改 UUID
64+
host [name] [domain] 更改域名
65+
port [name] [port | auto] 更改端口
66+
path [name] [path | auto] 更改路径
67+
passwd [name] [password | auto] 更改密码
68+
type [name] [type | auto] 更改伪装类型
69+
method [name] [method | auto] 更改加密方式
70+
seed [name] [seed | auto] 更改 mKCP seed
71+
new [name] [...] 更改协议
72+
web [name] [domain] 更改伪装网站
73+
74+
进阶:
75+
dd, ddel [name...] 删除多个配置**
76+
fix [name] 修复一个配置
77+
fix-all 修复全部配置
78+
fix-config.json 修复 config.json
79+
80+
管理:
81+
un, uninstall 卸载
82+
u, update [core | sh | caddy] [ver] 更新
83+
U, update.sh 更新脚本
84+
s, status 运行状态
85+
start, stop, restart [caddy] 启动, 停止, 重启
86+
t, test 测试运行
87+
reinstall 重装脚本
88+
89+
测试:
90+
client, genc [name] 显示用于客户端 JOSN, 仅供参考
91+
debug [name] 显示一些 debug 信息, 仅供参考
92+
gen [...] 同等于 add, 但只显示 JSON 内容, 不创建文件, 测试使用
93+
no-auto-tls [...] 同等于 add, 但禁止自动配置 TLS, 可用于 *TLS 相关协议
94+
xapi [...] 同等于 v2ray api, 但 API 后端使用当前运行的 V2Ray 服务
95+
96+
其他:
97+
bbr 启用 BBR, 如果支持
98+
bin [...] 运行 V2Ray 命令, 例如: v2ray bin help
99+
api, convert, tls, run, uuid [...] 兼容 V2Ray 命令
100+
h, help 显示此帮助界面
12101
13-
## 更多 V2Ray 教程文章
14-
https://github.com/233boy/v2ray/wiki
102+
谨慎使用 del, ddel, 此选项会直接删除配置; 无需确认
103+
反馈问题) https://github.com/233boy/v2ray/issues
104+
文档(doc) https://233boy.com/v2ray/v2ray-script/
105+
```

config/233blog.com.cer

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/233blog.com.key

Lines changed: 0 additions & 27 deletions
This file was deleted.

config/backup.conf

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)