feat(readme): update
parent
f93aad7435
commit
0f2c132d07
34
README.md
34
README.md
|
@ -6,51 +6,45 @@
|
|||
|
||||
> [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)
|
||||
|
||||
- [官方网站](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+落地机【可拉全球】
|
||||
- [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**]
|
||||
|
||||
- 官方网站【备用】
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
- 官方网站【备用】
|
||||
```
|
||||
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捐赠-官网](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>
|
||||
|
|
|
@ -1,15 +1,3 @@
|
|||
# 注意事项
|
||||
- ipv6在本地环境只支持ipv4的情况下,只可以使用Cloudflare【Trojan-Go ws、VLESS+TLS+WS、VMess+TLS+WS】
|
||||
- ipv6可以结合此文档,使用自选ip实现更优的网络体验,[Cloudflare 优化方案](https://www.v2ray-agent.com/archives/cloudflarezi-xuan-ip)
|
||||
- ipv6 vps需设置NAT64来下载脚本以及脚本中需要下载文件的问题
|
||||
|
||||
# NAT64设置方法
|
||||
```
|
||||
echo -e "nameserver 2001:67c:2b0::4\nnameserver 2001:67c:2b0::6" > /etc/resolv.conf
|
||||
```
|
||||
|
||||
# NAT64公益列表
|
||||
```
|
||||
2a01:4f9:c010:3f02::1
|
||||
2001:67c:2b0::4
|
||||
2001:67c:2b0::6
|
||||
|
@ -22,5 +10,4 @@ echo -e "nameserver 2001:67c:2b0::4\nnameserver 2001:67c:2b0::6" > /etc/resolv.c
|
|||
2a00:1098:2b::1
|
||||
2a03:7900:2:0:31:3:104:161
|
||||
2a00:1098:2c::1
|
||||
2a09:11c0:100::53
|
||||
```
|
||||
2a09:11c0:100::53,
|
||||
|
|
Loading…
Reference in New Issue