Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #1

Open
wants to merge 75 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
5dd0aac
support DOH
233boy Dec 29, 2019
35cc43c
fix error
233boy Dec 30, 2019
1b7042f
update clients dns
233boy Dec 31, 2019
0587560
update config
233boy Jan 4, 2020
dc36df7
update ver
233boy Jan 15, 2020
05b345c
tg channel
233boy Jan 16, 2020
f7f3d4c
fix: dnsserver失效
zytomorrow Mar 19, 2020
929e9d4
Merge pull request #532 from zytomorrow/master
233boy Mar 19, 2020
ed619a6
fix v2ray download error!
233boy Mar 24, 2020
96c4be3
Merge branch 'master' of github.com:233boy/v2ray
233boy Mar 24, 2020
f946429
use v2fly releases
233boy Jun 11, 2020
d6b5f0a
fix caddy download link
233boy Jul 22, 2020
5b08b49
fix for new release structure of v2ray
jiahaoliang Aug 18, 2020
b916f28
Merge pull request #637 from jiahaoliang/patch-1
233boy Aug 30, 2020
db577f8
fix cannot running
233boy Aug 30, 2020
8b2e5b4
alterId set to 0
233boy Sep 12, 2020
750dcfc
fix alterid issue
233boy Sep 15, 2020
8e94426
add VLESS_WebSocket_TLS
233boy Nov 8, 2020
e034413
fix bug
233boy Nov 8, 2020
644ea3e
fix bug
233boy Nov 8, 2020
bf04951
update ss ciphers
233boy Apr 22, 2021
e8339d0
support vless url
233boy May 14, 2021
c940374
update dns addr
233boy Aug 24, 2021
b319e96
dont auto enable bbr
233boy Dec 4, 2021
956f9aa
fix bug
233boy Jan 4, 2022
ba174ff
fix bug
233boy Jan 8, 2022
9113479
fix VMessAEAD
233boy Jan 8, 2022
f0b3f43
fix VMessAEAD
233boy Jan 8, 2022
79be7a1
fix #822
233boy Jan 20, 2022
ebd4ea9
del invaild opt
233boy Feb 5, 2022
7028fbe
use ping check domain
233boy Feb 13, 2022
7f76440
update caddy.service
233boy May 22, 2022
9c63512
update: caddy1 to caddy2
233boy May 25, 2022
39193de
fix: dns 8888 to dns.google
233boy May 26, 2022
9b158e4
fix #881
233boy Jun 3, 2022
fcf613d
add: show qrcode
233boy Jun 6, 2022
78213f1
del: remove 32bit system support
233boy Jun 8, 2022
7584ebf
fix new v2-core v5 ver run error
233boy Sep 8, 2022
d0a9369
fix v2 ver args err
233boy Sep 8, 2022
abc0500
fix bug;
233boy Sep 9, 2022
b4153f2
fix bug
233boy Sep 9, 2022
776d7e6
add LimitNOFILE
233boy Oct 5, 2022
7dddce1
fix #949
233boy Oct 6, 2022
c8583eb
fix #960
233boy Oct 14, 2022
c8bb845
Update download-caddy.sh
TheM4hd1 Oct 14, 2022
c92f1a9
Merge pull request #964 from TheM4hd1/patch-1
233boy Oct 15, 2022
1668841
fix caddy link #964
233boy Oct 15, 2022
ab15bf6
support ipv6
233boy Nov 3, 2022
b8ca530
prefer ipv4, fix #995 #996
233boy Nov 10, 2022
61e55ae
v4
233boy May 13, 2023
07af4a2
add socks
233boy May 16, 2023
ec504a2
add socks url and listen string
233boy May 17, 2023
bfff42a
fix URL
233boy May 17, 2023
05e3c68
fix old core err; update tips
233boy May 20, 2023
b09b8b5
fix config read err
233boy May 23, 2023
bf8867c
remove qrencode install
233boy May 24, 2023
b020751
fix api fail and test run
233boy May 27, 2023
62433b8
URL add aid 0
233boy May 28, 2023
44e3409
fix yum install epel-release
233boy May 29, 2023
4771de7
add *TLS protocol change port
233boy Jun 8, 2023
5c6f48d
fix no-auto-tls err
233boy Jun 29, 2023
67387eb
fix ping host ip type
233boy Jul 12, 2023
83d1e04
fix jq install; dns check
233boy Aug 7, 2023
463ff48
fix get ip err
233boy Aug 8, 2023
25c14b8
fix openai block
233boy Oct 25, 2023
cad7520
Update README.md
clarkfyr Oct 26, 2023
51ff04f
Merge pull request #1226 from clark233/master
233boy Oct 26, 2023
61cdfc5
fix typo
233boy Oct 26, 2023
59bc26b
fix openai err #1227
233boy Oct 27, 2023
3af96ec
add (add) command usage tips
233boy Feb 1, 2024
d999705
add dns set
233boy May 8, 2024
4d1279d
fix caddy run
233boy Jun 2, 2024
f75e3f1
fix bug and add update dat file
233boy Jun 10, 2024
7270c1a
fix socks udp
233boy Sep 7, 2024
86bb946
del config dont get ip
233boy Dec 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Main

on: push

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: get ver
run: |
echo "$(cat v2ray.sh | grep ver=)" >> $GITHUB_ENV
echo "old=$(git tag | tail -n1)" >> $GITHUB_ENV
# - name: test
# if: env.is_sh_ver == env.old
# run: |
# echo not found new version.
# exit 1
- name: zip
run: zip -9vr code.zip . -x .\*
- name: release
uses: softprops/action-gh-release@v1
with:
files: code.zip
tag_name: ${{ env.is_sh_ver }}
122 changes: 115 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,122 @@
# v2ray
# 介绍

最好用的 V2Ray 一键安装脚本 & 管理脚本

## 脚本说明
# 特点

- 快速安装
- 超级好用
- 零学习成本
- 自动化 TLS
- 简化所有流程
- 屏蔽 BT
- 屏蔽中国 IP
- 使用 API 操作
- 兼容 V2Ray 命令
- 强大的快捷参数
- 支持所有常用协议
- 一键添加 Shadowsocks
- 一键添加 VMess-(TCP/mKCP/QUIC)
- 一键添加 VMess-(WS/H2/gRPC)-TLS
- 一键添加 VLESS-(WS/H2/gRPC)-TLS
- 一键添加 Trojan-(WS/H2/gRPC)-TLS
- 一键添加 VMess-(TCP/mKCP/QUIC) 动态端口
- 一键启用 BBR
- 一键更改伪装网站
- 一键更改 (端口/UUID/密码/域名/路径/加密方式/SNI/动态端口/等...)
- 还有更多...

# 设计理念

设计理念为:**高效率,超快速,极易用**

脚本基于作者的自身使用需求,以 **多配置同时运行** 为核心设计

并且专门优化了,添加、更改、查看、删除、这四项常用功能

你只需要一条命令即可完成 添加、更改、查看、删除、等操作

例如,添加一个配置仅需不到 1 秒!瞬间完成添加!其他操作亦是如此!

脚本的参数非常高效率并且超级易用,请掌握参数的使用

# 脚本说明

[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)

## 搭建教程
# 搭建教程

[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)

## 资助 V2Ray
请考虑 [资助 V2Ray 发展](https://www.v2ray.com/chapter_00/02_donate.html)
# 帮助

使用: `v2ray help`

```
V2Ray script v4.21 by 233boy
Usage: v2ray [options]... [args]...

基本:
v, version 显示当前版本
ip 返回当前主机的 IP
get-port 返回一个可用的端口

一般:
a, add [protocol] [args... | auto] 添加配置
c, change [name] [option] [args... | auto] 更改配置
d, del [name] 删除配置**
i, info [name] 查看配置
qr [name] 二维码信息
url [name] URL 信息
log 查看日志
logerr 查看错误日志

更改:
dp, dynamicport [name] [start | auto] [end] 更改动态端口
full [name] [...] 更改多个参数
id [name] [uuid | auto] 更改 UUID
host [name] [domain] 更改域名
port [name] [port | auto] 更改端口
path [name] [path | auto] 更改路径
passwd [name] [password | auto] 更改密码
type [name] [type | auto] 更改伪装类型
method [name] [method | auto] 更改加密方式
seed [name] [seed | auto] 更改 mKCP seed
new [name] [...] 更改协议
web [name] [domain] 更改伪装网站

进阶:
dns [...] 设置 DNS
dd, ddel [name...] 删除多个配置**
fix [name] 修复一个配置
fix-all 修复全部配置
fix-caddyfile 修复 Caddyfile
fix-config.json 修复 config.json

管理:
un, uninstall 卸载
u, update [core | sh | dat | caddy] [ver] 更新
U, update.sh 更新脚本
s, status 运行状态
start, stop, restart [caddy] 启动, 停止, 重启
t, test 测试运行
reinstall 重装脚本

测试:
client [name] 显示用于客户端 JSON, 仅供参考
debug [name] 显示一些 debug 信息, 仅供参考
gen [...] 同等于 add, 但只显示 JSON 内容, 不创建文件, 测试使用
genc [name] 显示用于客户端部分 JSON, 仅供参考
no-auto-tls [...] 同等于 add, 但禁止自动配置 TLS, 可用于 *TLS 相关协议
xapi [...] 同等于 v2ray api, 但 API 后端使用当前运行的 V2Ray 服务

其他:
bbr 启用 BBR, 如果支持
bin [...] 运行 V2Ray 命令, 例如: v2ray bin help
api, convert, tls, run, uuid [...] 兼容 V2Ray 命令
h, help 显示此帮助界面

## 更多 V2Ray 教程文章
https://github.com/233boy/v2ray/wiki
谨慎使用 del, ddel, 此选项会直接删除配置; 无需确认
反馈问题) https://github.com/233boy/v2ray/issues
文档(doc) https://233boy.com/v2ray/v2ray-script/
```
19 changes: 0 additions & 19 deletions config/233blog.com.cer

This file was deleted.

27 changes: 0 additions & 27 deletions config/233blog.com.key

This file was deleted.

87 changes: 0 additions & 87 deletions config/backup.conf

This file was deleted.

Loading