65 lines
2.5 KiB
Markdown
65 lines
2.5 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/categories/jiao-cheng)
|
||
- [脚本使用注意事项](https://www.v2ray-agent.com/archives/1679931532764)
|
||
|
||
- [官方网站](https://www.v2ray-agent.com/)、[Telegram群](https://t.me/technologyshare)、[Telegram Channel](https://t.me/v2rayAgentChannel)
|
||
|
||
|
||
|
||
- **请给个⭐支持一下**
|
||
|
||
> [VPS选购指南](https://www.v2ray-agent.com/archives/1679975663984)
|
||
|
||
# 线路推荐
|
||
|
||
- [CN2 GIA](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md#1cn2-gia)
|
||
- [AS9929](https://www.v2ray-agent.com/archives/olink-cloud-mei-guo-de-guo-cupm-as9929-as10099-gao-su-wen-ding-vps-tui-jian)
|
||
- [AS4837](https://www.v2ray-agent.com/archives/racknerdtao-can-zheng-li-nian-fu-10mei-yuan)
|
||
- [日本软银](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md#4%E8%81%94%E9%80%9A-%E6%97%A5%E6%9C%AC%E8%BD%AF%E9%93%B6)
|
||
- [CMI](https://github.com/mack-a/v2ray-agent/blob/master/documents/donation_aff.md#5cmi)
|
||
- 中转+cloudflare+落地机【可拉全球】
|
||
|
||
## 安装脚本
|
||
|
||
- 支持快捷方式启动,安装完毕后,shell输入【**vasma**】即可打开脚本,脚本执行路径[**/etc/v2ray-agent/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
|
||
```
|
||
|
||
- 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
|
||
```
|
||
|
||
## 捐赠
|
||
|
||
[您可以使用我的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)
|