mirror of
https://github.com/zu1k/nali.git
synced 2025-02-02 10:22:41 +08:00
update readme
This commit is contained in:
parent
b41142f194
commit
28a2f0b077
21
README.md
21
README.md
@ -151,6 +151,27 @@ $ nali update
|
||||
2020/07/17 12:54:05 已将最新的纯真 IP 库保存到本地 /root/.nali/qqwry.dat
|
||||
```
|
||||
|
||||
### Use Geoip2 database
|
||||
|
||||
Set environment variables `NALI_DB`
|
||||
|
||||
supported database:
|
||||
|
||||
- Geoip2 `['geoip', 'geoip2', 'geo']`
|
||||
- Chunzhen `['chunzhen', 'qqip', 'qqwry']`
|
||||
|
||||
#### Windows
|
||||
|
||||
```
|
||||
set NALI_DB=geoip
|
||||
```
|
||||
|
||||
#### Linux
|
||||
|
||||
```
|
||||
export NALI_DB=geoip
|
||||
```
|
||||
|
||||
## Thanks
|
||||
|
||||
- [纯真QQIP离线数据库](http://www.cz88.net/fox/ipdat.shtml)
|
||||
|
Loading…
Reference in New Issue
Block a user