summaryrefslogtreecommitdiff
path: root/README.md
blob: 1702e31b2023b3f4a326da805ef7e7a531231e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# netflix-verify
A script used to determine whether to watch native NetFlix movies / NetFlix可看地区检测脚本

推荐直接使用 [@CoiaPrant @zerocloud的Shell版本](https://github.com/CoiaPrant/Netflix_Unlock_Information)

## 使用方法
#### 1、部署 `golang` 环境,执行 `go run nf.go` 运行本小应用

![image.png](https://img.leo.moe/images/2021/02/23/image.png)

#### 2、使用编译好的二进制文件执行本小程序

> 这里演示IP实际地理位置与NF的IP库位置不相同的情况

![image1126583f0c05440f.png](https://img.leo.moe/images/2021/02/23/image1126583f0c05440f.png)

### 懒人一键运行包

`wget https://github.com/sjlleo/netflix-verify/releases/download/1.0/nf-1.0-linux-amd64 && chmod +x nf-1.0-linux-amd64 && mv nf-1.0-linux-amd64 nf && clear && ./nf`