> For the complete documentation index, see [llms.txt](https://termux-wiki.zsxwz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://termux-wiki.zsxwz.com/qi-ta-yi-xie-ming-ling-xing-gong-ju/nali-ip-di-zhi-cha-xun.md).

# nali ip地址查询

github：<https://github.com/zu1k/nali/releases>

1、安装：

<pre><code>#下载对应架构版本的nali
<strong>wget https://github.com/zu1k/nali/releases/download/v0.7.0/nali-linux-armv8-v0.7.0.gz
</strong>
#解压
gzip -d nali-linux-armv8-v0.7.0.gz

#可执行权限
chmod +x nali-linux-*

#安装
mv nali-linux-* /data/data/com.termux/files/usr/bin/nali
</code></pre>

2、使用：

```
#更新ip库
nali update

#简单实用
nali 1.0.0.1

#可以配合ping nslookup traceroute mtr等等使用
ping baidu.com | nali
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://termux-wiki.zsxwz.com/qi-ta-yi-xie-ming-ling-xing-gong-ju/nali-ip-di-zhi-cha-xun.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
