update readme

This commit is contained in:
zu1k 2020-07-19 20:17:14 +08:00
parent 3b0d598e54
commit 9ae7c1d3a0
2 changed files with 17 additions and 16 deletions

View File

@ -18,6 +18,14 @@
#### [中文文档](https://github.com/zu1k/nali/blob/master/README_zh-CN.md)
## Origin
Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli javascript version](https://github.com/SukkaW/nali-cli).
I want to query the IP geographic information and CDN service provider on the terminal, then found the Nali tool. Nali mean 'where' in Chinese, good name for this kind of tools.
However the C version has too few functions, and the js version of Sukka is too big and the supported platforms are not complete, so I rewrite it in golang, add IPv6 support and Geoip2 database.
## Feature
- Chunzhen qqip database
@ -254,14 +262,6 @@ export NALI_DB=geoip
- [Cobra CLI库](https://github.com/spf13/cobra)
- [Nali-cli](https://github.com/SukkaW/nali-cli)
## Origin
Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli javascript version](https://github.com/SukkaW/nali-cli).
I want to query the IP geographic information and CDN service provider on the terminal, then found the Nali tool. Nali mean 'where' in Chinese, good name for this kind of tools.
However the C version has too few functions, and the js version of Sukka is too big and the supported platforms are not complete, so I rewrite it in golang, add IPv6 support and Geoip2 database.
## License
MIT

View File

@ -16,6 +16,15 @@
</a>
</p>
## 来源
该工具受 [Nali C版本](https://github.com/meteoral/Nali) 和 [nali-cli js版本](https://github.com/SukkaW/nali-cli) 的启发.
我想要在终端对IP地理信息和CDN服务提供商进行查询发现了Nali这个工具Nali与哪里谐音非常适合这类工具
经过简单的使用我发现最初的C语言版本功能缺失而苏卡卡大佬的js版本包实在大的恐怖、而支持的平台非常有限所以我用golang重写了这个工具在原有功能的基础上增加了对IPv6的支持并且增加了Geoip2数据库
## 功能
- 纯真 IPv4 离线数据库
@ -258,14 +267,6 @@ export NALI_DB=geoip
- [Cobra CLI库](https://github.com/spf13/cobra)
- [Nali-cli](https://github.com/SukkaW/nali-cli)
## 来源
该工具受 [Nali C version](https://github.com/meteoral/Nali) 和 [nali-cli javascript version](https://github.com/SukkaW/nali-cli) 的启发.
我想要在终端对IP地理信息和CDN服务提供商进行查询发现了Nali这个工具Nali与哪里谐音非常适合这类工具
经过简单的使用我发现最初的C语言版本功能缺失而苏卡卡大佬的js版本包实在大的恐怖、而支持的平台非常有限所以我用golang重写了这个工具在原有功能的基础上增加了对IPv6的支持并且增加了Geoip2数据库
## 开源证书
MIT