feat(cdn节点): 增加断流优化
parent
34d5ef9b17
commit
3291df0832
|
@ -2,7 +2,7 @@
|
|||
|
||||
- 推荐 [一键CDN+TLS+WebSocket+Nginx+V2Ray脚本【小白推荐】](#全自动websockettlscdn智能优选cloudflare-ip一键脚本)
|
||||
- 此项目采用[CDN+TLS+Nginx+V2Ray](#全自动websockettlscdn智能优选cloudflare-ip一键脚本)、[Trojan](#2Trojan)、[Cloudflare Workers](#方法3workers) 进行模拟正常网站并突破防火墙,同时包含优化方法,以及简单的原理讲解。
|
||||
- [优化方案【CDN 自选ip】](https://github.com/mack-a/v2ray-agent/blob/master/optimize_V2Ray.md)包含对Cloudflare的优化(自选ip优化、DNS优化、断流优化)
|
||||
- [优化方案【CDN 自选ip】](https://github.com/mack-a/v2ray-agent/blob/master/optimize_V2Ray.md)包含对Cloudflare的优化(自选ip优化、DNS优化、[断流优化【】]()),如果您使用Cloudflare断流优化这个一定要看。
|
||||
- [流量中转教程](#流量转发服务)【提高流量传输的速度,减少丢包】。
|
||||
- [自建教程](#自建教程)可以快速入手并知晓其中的步骤。如遇到不懂以及不理解的可以加入[TG群讨论](https://t.me/technologyshare)。
|
||||
- [免费订阅链接](https://github.com/mack-a/v2ray-agent/blob/master/free_account.md)【如无法使用可加入[TG群](https://t.me/technologyshare)反馈】。
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
|
@ -342,6 +342,48 @@ mobile.xxx.com. 0 IN A 198.41.214.162
|
|||
```
|
||||
172.64.32.0-172.64.32.254
|
||||
```
|
||||
## 4.下面是我找的一些企业站点的ip
|
||||
|
||||
- www.mozilla.org
|
||||
```
|
||||
104.18.165.34
|
||||
```
|
||||
- www.trustedmediabrands.com
|
||||
```
|
||||
104.18.21.39
|
||||
```
|
||||
- www.hemnet.se
|
||||
```
|
||||
104.17.211.102
|
||||
```
|
||||
- www.ni.com
|
||||
```
|
||||
111.32.136.193
|
||||
```
|
||||
- www.cloudflare.com
|
||||
```
|
||||
104.17.209.9
|
||||
```
|
||||
- www.holtandmon.com
|
||||
```
|
||||
172.67.159.29
|
||||
```
|
||||
- www.orderbird.com
|
||||
```
|
||||
104.18.167.90
|
||||
```
|
||||
- www.upwork.com
|
||||
```
|
||||
104.16.54.15
|
||||
```
|
||||
- www.shopify.com
|
||||
```
|
||||
104.16.255.71
|
||||
```
|
||||
- sg.carousell.com
|
||||
```
|
||||
104.16.208.133
|
||||
```
|
||||
|
||||
## 5.自动化脚本测试线路【开发中】
|
||||
|
||||
|
@ -352,3 +394,18 @@ mobile.xxx.com. 0 IN A 198.41.214.162
|
|||
172.64.32.1
|
||||
104.16.25.4
|
||||
```
|
||||
|
||||
# 4.断流优化
|
||||
> (这里贴一下V2Ray白话文指南具体说明)[https://guide.v2fly.org/advanced/cdn.html]
|
||||
## 1.修改 Security Level
|
||||
- Firewall->Settings->Security Level->Essentially Off
|
||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/firewall_settings.png" width=400>
|
||||
|
||||
## 2.添加firewall rules
|
||||
- Firewall- Firwall Rules->create a Firewall rule
|
||||
- Rule name可以随便填
|
||||
- URL Path Value填写翻墙的path
|
||||
- action则为Allow
|
||||
|
||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/firewall_settings.png" width=400>
|
||||
|
||||
|
|
Loading…
Reference in New Issue