diff options
author | sjlleo <[email protected]> | 2021-02-25 11:27:37 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-25 11:27:37 +0800 |
commit | 34933b1e85ceda5103d75afeb06b24b0f431ba0d (patch) | |
tree | c40b8975f51a1f6a9d7d4f19302902b40ba465ad | |
parent | 01bbe03387da71ca5353e30f37d92b7228fd4aa7 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ A script used to determine whether to watch native NetFlix movies / NetFlix可� 如果您有双栈(IPV4+IPV6)测试需求,可以考虑使用 [@CoiaPrant的Shell版本](https://github.com/CoiaPrant/Netflix_Unlock_Information) -本脚本不支持双栈测试,如果您的服务商同时提供IPV4/IPV6,在使用本脚本测试时可能会更偏向于使用IPV6进行测试,这些受限于Golang语言的HTTP接口底层的决策限制 +本脚本不支持双栈测试,如果您的服务商同时提供IPV4/IPV6,在使用本脚本测试时可能会更偏向于使用IPV6进行测试,这些受限于Golang语言的HTTP接口底层的决策限制,如果您这方面的测试需求,可以考虑使用 [@CoiaPrant的Shell脚本](https://github.com/CoiaPrant/Netflix_Unlock_Information) ## 使用方法 #### 1、部署 `golang` 环境,执行 `go run nf.go` 运行本小应用 |