1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 13:19:02 +08:00

docs: Update readme

Signed-off-by: zu1k <i@lgf.im>
This commit is contained in:
zu1k 2022-02-20 11:33:19 +08:00
parent b21c9b6728
commit 7637de1a1c
2 changed files with 16 additions and 8 deletions

View File

@ -28,10 +28,12 @@ However the C version has too few functions, and the js version is too big and t
## Feature ## Feature
- Chunzhen qqip database - Multi database support
- ZX ipv6 database - Chunzhen qqip database
- Geoip2 city database - ZX ipv6 database
- IPIP free database - Geoip2 city database
- IPIP free database
- ip2region database
- Pipeline support - Pipeline support
- Interactive query - Interactive query
- Offline query - Offline query
@ -205,6 +207,7 @@ supported database:
- Geoip2 `['geoip', 'geoip2', 'geo']` - Geoip2 `['geoip', 'geoip2', 'geo']`
- Chunzhen `['chunzhen', 'qqip', 'qqwry']` - Chunzhen `['chunzhen', 'qqip', 'qqwry']`
- IPIP `['ipip', 'ipipfree', 'ipip.net']` - IPIP `['ipip', 'ipipfree', 'ipip.net']`
- Ip2Resion `['ip2region', 'region', 'i2r']`
#### Windows #### Windows
@ -278,6 +281,7 @@ export NALI_DB_HOME=/home/nali
- [CDN provider数据库](https://github.com/SukkaLab/cdn) - [CDN provider数据库](https://github.com/SukkaLab/cdn)
- [IPIP数据库](https://www.ipip.net/product/ip.html) - [IPIP数据库](https://www.ipip.net/product/ip.html)
- [IPIP数据库解析](https://github.com/ipipdotnet/ipdb-go) - [IPIP数据库解析](https://github.com/ipipdotnet/ipdb-go)
- [ip2region数据库](https://github.com/lionsoul2014/ip2region)
- [Cobra CLI库](https://github.com/spf13/cobra) - [Cobra CLI库](https://github.com/spf13/cobra)
- [Nali-cli](https://github.com/SukkaW/nali-cli) - [Nali-cli](https://github.com/SukkaW/nali-cli)

View File

@ -27,10 +27,12 @@
## 功能 ## 功能
- 纯真 IPv4 离线数据库 - 支持多种数据库
- ZX IPv6 离线数据库 - 纯真 IPv4 离线数据库
- Geoip2 城市数据库 (可选) - ZX IPv6 离线数据库
- IPIP 数据库 (可选) - Geoip2 城市数据库 (可选)
- IPIP 数据库 (可选)
- ip2region 数据库 (可选)
- CDN 服务提供商查询 - CDN 服务提供商查询
- 支持管道处理 - 支持管道处理
- 支持交互式查询 - 支持交互式查询
@ -209,6 +211,7 @@ $ nali update
- Geoip2 `['geoip', 'geoip2', 'geo']` - Geoip2 `['geoip', 'geoip2', 'geo']`
- Chunzhen `['chunzhen', 'qqip', 'qqwry']` - Chunzhen `['chunzhen', 'qqip', 'qqwry']`
- IPIP `['ipip', 'ipipfree', 'ipip.net']` - IPIP `['ipip', 'ipipfree', 'ipip.net']`
- Ip2Resion `['ip2region', 'region', 'i2r']`
#### Windows平台 #### Windows平台
@ -282,6 +285,7 @@ export NALI_DB_HOME=/home/nali
- [CDN provider数据库](https://github.com/SukkaLab/cdn) - [CDN provider数据库](https://github.com/SukkaLab/cdn)
- [IPIP数据库](https://www.ipip.net/product/ip.html) - [IPIP数据库](https://www.ipip.net/product/ip.html)
- [IPIP数据库解析](https://github.com/ipipdotnet/ipdb-go) - [IPIP数据库解析](https://github.com/ipipdotnet/ipdb-go)
- [ip2region数据库](https://github.com/lionsoul2014/ip2region)
- [Cobra CLI库](https://github.com/spf13/cobra) - [Cobra CLI库](https://github.com/spf13/cobra)
- [Nali-cli](https://github.com/SukkaW/nali-cli) - [Nali-cli](https://github.com/SukkaW/nali-cli)