nali icon indicating copy to clipboard operation
nali copied to clipboard

An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.

Results 14 nali issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/oschwald/geoip2-golang's releases. 1.8.0 Set Go version to 1.18 in go.mod. Commits 482b789 Merge pull request #91 from oschwald/greg/update-test-data d2ee40d Update...

dependencies
go

希望支持json格式输出

enhancement

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0. Release notes Sourced from github.com/spf13/viper's releases. v1.13.0 Important: This is the last release supporting Go 1.15. What's Changed Exciting New Features 🎉 Add etcd3...

dependencies
go

This was previously discussed at https://github.com/zu1k/nali/pull/133, we still have some problems with mtr compatibility. **The following content is copied from #133 posted by @mzz2017 :** --- After the fix PR...

After the fix PR #132, we found that in different mtr display modes, nali still has exceptions. To reproduce it, try: ``` > mtr baidu.com | nali # and then...

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.3.7 What's Changed build(deps): bump golang.org/x/crypto from 0.3.1-0.20221117191849-2c476679df9a to 0.17.0 by @​dependabot in cloudflare/circl#467 kyber: remove division...

dependencies
go

以前也遇到过这个问题,但查看相关issue https://github.com/zu1k/nali/issues/135 后升级powershell到v7 可正常使用。但是最近发现(似乎powershell自动升了个小版本?)输出又乱码了(使用--gbk正常)且必须等待命令执行结束之后才有输出显示出来。 Powershell v7.4.0 nali v0.8.0

First, thanks author's great work, `nali` is a awesome tool that I usually use on my MacBook Pro and VPS. I can easily find the prebuild package from `brew` on...

DN42 是一个虚拟网络,有固定的 IP 段,DN42 git 仓库提供了网络中所有的 IP 分配信息。 DN42 的用户同样可以使用 ping, mtr 等工具了解网络信息,希望 nali 能够支持检索 DN42 的 IP 信息。 https://zh.wikipedia.org/zh-hans/%E5%8E%BB%E4%B8%AD%E5%BF%83%E5%8C%96%E7%B6%B2%E7%B5%A142 https://git.dn42.dev/dn42/registry/src/branch/master/data inetnum,inet6num 包含了所有 cidr,希望输出 netname 和 country 其他项目也有支持 DN42,但似乎依赖手工进行数据源整理 https://github.com/sjlleo/nexttrace-core/commit/ba133e3c73dbccd666604e58841e7e95777d0598...