2023-01-10 16:12:39 +08:00
|
|
|
|
# v2ray-agent
|
|
|
|
|
|
|
|
|
|
> [感谢 JetBrains 提供的非商业开源软件开发授权](https://www.jetbrains.com/?from=v2ray-agent)
|
|
|
|
|
|
|
|
|
|
> [Thanks for non-commercial open source development authorization by JetBrains](https://www.jetbrains.com/?from=v2ray-agent)
|
|
|
|
|
|
|
|
|
|
> [English Version](https://github.com/mack-a/v2ray-agent/blob/master/documents/en/README_EN.md)
|
|
|
|
|
|
2023-04-04 17:10:08 +08:00
|
|
|
|
- [官方网站](https://www.v2ray-agent.com/)、[Telegram群](https://t.me/technologyshare)、[Telegram Channel](https://t.me/v2rayAgentChannel)
|
|
|
|
|
- [VPS选购指南](https://www.v2ray-agent.com/archives/1679975663984)
|
2023-04-19 16:02:45 +08:00
|
|
|
|
|
|
|
|
|
- [ChatGPT解锁](https://www.v2ray-agent.com/archives/olinkshen-du-ce-ping)
|
|
|
|
|
|
2023-04-23 16:22:32 +08:00
|
|
|
|
- **请给个⭐支持一下**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 项目介绍
|
|
|
|
|
- Xray-core/v2ray-core一键安装脚本
|
|
|
|
|
- 支持多种传输协议,包括VLESS、VMess、Trojan和Hysteria,支持多种协议组合。
|
|
|
|
|
- 支持自动申请和更新SSL证书,并且提供了一个伪装站点。详情请查看[官方网站](https://www.v2ray-agent.com/archives/1679931532764)
|
|
|
|
|
- [支持无需域名的VLESS Reality特性](https://www.v2ray-agent.com/archives/1680104902581)
|
2023-03-28 16:52:12 +08:00
|
|
|
|
- [脚本使用教程推荐](https://www.v2ray-agent.com/categories/jiao-cheng)
|
2023-04-07 15:22:06 +08:00
|
|
|
|
- [Reality教程和介绍【推荐阅读】](https://www.v2ray-agent.com/archives/1680104902581)
|
2023-03-27 11:35:24 +08:00
|
|
|
|
|
2023-03-28 16:52:12 +08:00
|
|
|
|
# 线路推荐
|
2023-01-10 16:12:39 +08:00
|
|
|
|
|
2023-04-04 17:10:08 +08:00
|
|
|
|
- [CN2 GIA](https://www.v2ray-agent.com/categories/vps)
|
|
|
|
|
- [AS9929](https://www.v2ray-agent.com/categories/vps)
|
|
|
|
|
- [AS4837](https://www.v2ray-agent.com/categories/vps)
|
|
|
|
|
- [日本软银](https://www.v2ray-agent.com/categories/vps)
|
|
|
|
|
- [CMI](https://www.v2ray-agent.com/categories/vps)
|
2023-01-10 16:12:39 +08:00
|
|
|
|
|
2023-04-23 16:22:32 +08:00
|
|
|
|
# 安装脚本
|
2023-03-20 11:25:29 +08:00
|
|
|
|
|
|
|
|
|
- 支持快捷方式启动,安装完毕后,shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**]
|
|
|
|
|
|
2023-03-28 16:52:12 +08:00
|
|
|
|
- Github
|
2023-03-20 11:25:29 +08:00
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
|
|
|
|
```
|
|
|
|
|
|
2023-04-04 17:10:08 +08:00
|
|
|
|
- 官方网站【备用】
|
|
|
|
|
```
|
|
|
|
|
wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
|
|
|
|
```
|
|
|
|
|
|
2023-04-23 16:22:32 +08:00
|
|
|
|
# 反馈和建议
|
|
|
|
|
|
|
|
|
|
- 如果您在使用过程中遇到任何问题或者有任何建议,欢迎在这里提交[issue](https://github.com/mack-a/v2ray-agent/issues),或者[加入](https://t.me/technologyshare)这个电报群进行交流。
|
|
|
|
|
|
2023-04-04 17:10:08 +08:00
|
|
|
|
|
2023-04-23 16:22:32 +08:00
|
|
|
|
# 捐赠
|
2023-01-10 16:12:39 +08:00
|
|
|
|
|
2023-04-04 17:10:08 +08:00
|
|
|
|
[您可以使用我的AFF进行购买VPS捐赠-官网](https://www.v2ray-agent.com/categories/vps)
|
2023-01-10 16:12:39 +08:00
|
|
|
|
|
|
|
|
|
[您可以使用我的AFF进行购买VPS捐赠-Github](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md)
|
|
|
|
|
|
2023-03-20 11:25:29 +08:00
|
|
|
|
[支持通过虚拟币向我捐赠](https://www.v2ray-agent.com/1679123834836)
|
2023-01-10 16:12:39 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 示例图
|
|
|
|
|
|
|
|
|
|
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
|
|
|
|
|
|
|
|
|
|
# 许可证
|
|
|
|
|
|
|
|
|
|
[AGPL-3.0](https://github.com/mack-a/v2ray-agent/blob/master/LICENSE)
|
|
|
|
|
|
|
|
|
|
## Stargazers over time
|
|
|
|
|
|
|
|
|
|
[![Stargazers over time](https://starchart.cc/mack-a/v2ray-agent.svg)](https://starchart.cc/mack-a/v2ray-agent)
|