diff options
author | sjlleo <[email protected]> | 2022-05-21 08:34:41 +0800 |
---|---|---|
committer | sjlleo <[email protected]> | 2022-05-21 08:34:41 +0800 |
commit | cd8251b93bd992824665a0b6111cee889189c1d4 (patch) | |
tree | 0cb89e95c388324954a6e05e2cdd72ccf8b58941 | |
parent | d41d94d27f1a9c019016c5505688e8edfc7243f6 (diff) | |
parent | 46c2c87e250b335ed33aee31b10654384404170d (diff) |
Merge branch 'main' of https://github.com/sjlleo/netflix-verify
-rw-r--r-- | README.md | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,6 +1,6 @@ # NETFLIX-VERIFY -Latest Version: `v3.0-Alpha` +最新版本: `v3.0-stable` 流媒体NetFlix解锁检测脚本,使用Go语言编写。 @@ -14,9 +14,15 @@ Youtube 缓存节点、地域信息检测:https://github.com/sjlleo/TubeCheck ## 新特性 +**2022/05/21** + +添加`custom`影片检测支持,发布 `v3.0` 第一个稳定版 + **2022/05/20** -趁着最近有空重构了所有的模块,引入`goroutine`并发机制,提升运行效率 +重构`verify`、`util`、`printer` module,引入`goroutine`并发机制,提升运行效率。 + +一年前,我在学习`Golang`的时候以研究为目的完成了这个项目,现在是时候抛弃包袱,完整重构了。 ## 指定网卡出口测试 @@ -55,17 +61,17 @@ Youtube 缓存节点、地域信息检测:https://github.com/sjlleo/TubeCheck 对于`amd64`(`x86_64`),请使用如下命令下载运行 ```bash -wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0-Alpha.3/nf_linux_amd64 && chmod +x nf && ./nf +wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_amd64 && chmod +x nf && ./nf ``` 对于`arm64`,请使用如下命令下载运行 ```bash -wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0-Alpha.3/nf_linux_arm64 && chmod +x nf && ./nf +wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_arm64 && chmod +x nf && ./nf ``` 对于部分路由器,其SoC使用了`mips`架构,请使用如下命令下载运行 ```bash -wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0-Alpha.3/nf_linux_mips && chmod +x nf && ./nf +wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_mips && chmod +x nf && ./nf ``` ## 相关名词解释 |