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

update readme

This commit is contained in:
zu1k 2020-07-19 20:07:50 +08:00
parent 2c1b57f59d
commit 3b0d598e54
2 changed files with 13 additions and 1 deletions

View File

@ -256,7 +256,11 @@ export NALI_DB=geoip
## Origin
Inspired by [](https://github.com/meteoral/Nali) and [nali-cli](https://github.com/SukkaW/nali-cli)
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

View File

@ -258,6 +258,14 @@ 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