mirror of
https://github.com/nxtrace/nali
synced 2024-11-23 10:48:18 +00:00
update readme
This commit is contained in:
parent
3b0d598e54
commit
9ae7c1d3a0
16
README.md
16
README.md
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user