Skip to content

Commit

Permalink
feat(任意门解锁流媒体): 添加
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Feb 14, 2022
1 parent e5de84b commit 88f1b33
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions documents/netflix/dokodemo-unblock_netflix.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# 3.解锁步骤

- 1.需要分别设置两台vps的入站和出战,即**要解锁的vps**设置**出站****已经解锁的vps**设置**入站**
- 1.需要分别设置两台vps的入站和出战,即**需要解锁的vps**设置**出站****已经解锁的vps**设置**入站**
- 2.举例

下面有vpsA、vpsB两台vps。 vpsA为BWH GIA,不解锁Netflix,vpsB为解锁Netflix的vps。
Expand All @@ -27,7 +27,20 @@
- 1.登录**vpsA**,使用脚本中的 **流媒体工具箱->任意门落地机解锁Netflix->设置出站**,ip为上面的**已经解锁Netflix的vpsB的ip**
- 2.登录**解锁的Netflix的vps**,使用脚本中的**流媒体工具箱->任意门落地机解锁Netflix->设置入站**,ip为上面的**vpsA的ip**

# 4.卸载
# 4.如解锁机器仅支持IPv6怎么办?

- 1.vpsA需要支持IPv6
- 2.vpsA解锁时需输入域名,域名需设置IPv6,这个域名可以是搭建IPv6机器的域名
- 3.vpsA按照【3.解锁步骤】搭建出站,出站写上面解析的域名,vpsB搭建入站时ip写vpsA的IPv6 ip
- 4.修改vpsA 【10_ipv4_outbounds.json】文件中tag为streamingMedia-443、streamingMedia-80下的domainStrategy为【UseIPv6】
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/netflix_vpsA_10_ipv4_outbounds.png" width=700>

- 5.修改vpsB【09_routing.json】有source的那一组的outboundTag为【IPv6-out】
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/netflix_vpsB_09_routing.png" width=700>

- 6.重启vpsA、vpsB中的核心

# 5.卸载

- 卸载不区分入站、出站,卸载即可。

Expand Down
Binary file added fodder/netflix_vpsA_10_ipv4_outbounds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fodder/netflix_vpsB_09_routing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88f1b33

Please sign in to comment.