60 lines
2.3 KiB
Markdown
60 lines
2.3 KiB
Markdown
# 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)
|
||
|
||
- [官方网站](https://www.v2ray-agent.com/)、[Telegram群](https://t.me/technologyshare)、[Telegram Channel](https://t.me/v2rayAgentChannel)
|
||
- [VPS选购指南](https://www.v2ray-agent.com/archives/1679975663984)
|
||
- [脚本使用教程推荐](https://www.v2ray-agent.com/categories/jiao-cheng)
|
||
- [脚本使用注意事项【推荐阅读】](https://www.v2ray-agent.com/archives/1679931532764)
|
||
- [Reality教程和介绍【推荐阅读】](https://www.v2ray-agent.com/archives/1680104902581)
|
||
- **请给个⭐支持一下**
|
||
|
||
# 线路推荐
|
||
|
||
- [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)
|
||
|
||
## 安装脚本
|
||
|
||
- 支持快捷方式启动,安装完毕后,shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/install.sh**]
|
||
|
||
- Github
|
||
|
||
```
|
||
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
|
||
```
|
||
|
||
- 官方网站【备用】
|
||
```
|
||
wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||
```
|
||
|
||
|
||
## 捐赠
|
||
|
||
[您可以使用我的AFF进行购买VPS捐赠-官网](https://www.v2ray-agent.com/categories/vps)
|
||
|
||
[您可以使用我的AFF进行购买VPS捐赠-Github](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md)
|
||
|
||
[支持通过虚拟币向我捐赠](https://www.v2ray-agent.com/1679123834836)
|
||
|
||
|
||
# 示例图
|
||
|
||
<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)
|