diff options
author | sjlleo <[email protected]> | 2021-02-25 11:29:50 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-25 11:29:50 +0800 |
commit | aea589a9d3825d7dacb53323f6e8f38b0bb27012 (patch) | |
tree | 7f5a17940f92945df20e83029c234c65a27f11f6 /README.md | |
parent | 3b568754efc5d0bf3753b9e69a34ce38f6a0d995 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # netflix-verify A script used to determine whether to watch native NetFlix movies / NetFlix可看地区检测脚本 +#### 友情提示 + 本脚本不支持双栈测试,如果您的服务商同时提供IPV4/IPV6,在使用本脚本测试时可能会更偏向于使用IPV6进行测试,这些受限于Go语言的HTTP接口底层的决策限制。如果您这方面的测试需求,可以考虑使用 [@CoiaPrant的Shell脚本](https://github.com/CoiaPrant/Netflix_Unlock_Information)。 ## 使用方法 |