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:
parent
b21c9b6728
commit
7637de1a1c
12
README.md
12
README.md
@ -28,10 +28,12 @@ However the C version has too few functions, and the js version is too big and t
|
||||
|
||||
## Feature
|
||||
|
||||
- Chunzhen qqip database
|
||||
- ZX ipv6 database
|
||||
- Geoip2 city database
|
||||
- IPIP free database
|
||||
- Multi database support
|
||||
- Chunzhen qqip database
|
||||
- ZX ipv6 database
|
||||
- Geoip2 city database
|
||||
- IPIP free database
|
||||
- ip2region database
|
||||
- Pipeline support
|
||||
- Interactive query
|
||||
- Offline query
|
||||
@ -205,6 +207,7 @@ supported database:
|
||||
- Geoip2 `['geoip', 'geoip2', 'geo']`
|
||||
- Chunzhen `['chunzhen', 'qqip', 'qqwry']`
|
||||
- IPIP `['ipip', 'ipipfree', 'ipip.net']`
|
||||
- Ip2Resion `['ip2region', 'region', 'i2r']`
|
||||
|
||||
#### Windows
|
||||
|
||||
@ -278,6 +281,7 @@ export NALI_DB_HOME=/home/nali
|
||||
- [CDN provider数据库](https://github.com/SukkaLab/cdn)
|
||||
- [IPIP数据库](https://www.ipip.net/product/ip.html)
|
||||
- [IPIP数据库解析](https://github.com/ipipdotnet/ipdb-go)
|
||||
- [ip2region数据库](https://github.com/lionsoul2014/ip2region)
|
||||
- [Cobra CLI库](https://github.com/spf13/cobra)
|
||||
- [Nali-cli](https://github.com/SukkaW/nali-cli)
|
||||
|
||||
|
@ -27,10 +27,12 @@
|
||||
|
||||
## 功能
|
||||
|
||||
- 纯真 IPv4 离线数据库
|
||||
- ZX IPv6 离线数据库
|
||||
- Geoip2 城市数据库 (可选)
|
||||
- IPIP 数据库 (可选)
|
||||
- 支持多种数据库
|
||||
- 纯真 IPv4 离线数据库
|
||||
- ZX IPv6 离线数据库
|
||||
- Geoip2 城市数据库 (可选)
|
||||
- IPIP 数据库 (可选)
|
||||
- ip2region 数据库 (可选)
|
||||
- CDN 服务提供商查询
|
||||
- 支持管道处理
|
||||
- 支持交互式查询
|
||||
@ -209,6 +211,7 @@ $ nali update
|
||||
- Geoip2 `['geoip', 'geoip2', 'geo']`
|
||||
- Chunzhen `['chunzhen', 'qqip', 'qqwry']`
|
||||
- IPIP `['ipip', 'ipipfree', 'ipip.net']`
|
||||
- Ip2Resion `['ip2region', 'region', 'i2r']`
|
||||
|
||||
#### Windows平台
|
||||
|
||||
@ -282,6 +285,7 @@ export NALI_DB_HOME=/home/nali
|
||||
- [CDN provider数据库](https://github.com/SukkaLab/cdn)
|
||||
- [IPIP数据库](https://www.ipip.net/product/ip.html)
|
||||
- [IPIP数据库解析](https://github.com/ipipdotnet/ipdb-go)
|
||||
- [ip2region数据库](https://github.com/lionsoul2014/ip2region)
|
||||
- [Cobra CLI库](https://github.com/spf13/cobra)
|
||||
- [Nali-cli](https://github.com/SukkaW/nali-cli)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user