summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2022-05-21 08:34:41 +0800
committersjlleo <[email protected]>2022-05-21 08:34:41 +0800
commitcd8251b93bd992824665a0b6111cee889189c1d4 (patch)
tree0cb89e95c388324954a6e05e2cdd72ccf8b58941
parentd41d94d27f1a9c019016c5505688e8edfc7243f6 (diff)
parent46c2c87e250b335ed33aee31b10654384404170d (diff)
Merge branch 'main' of https://github.com/sjlleo/netflix-verify
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index c729651..d2cc5a5 100644
--- a/README.md
+++ b/README.md
@@ -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
```
## 相关名词解释