mirror of
https://github.com/zu1k/nali.git
synced 2025-02-03 02:42:44 +08:00
Merge branch 'master' of github.com:zu1k/nali
This commit is contained in:
commit
8dd4881898
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
- uses: actions/upload-artifact@2.1.0
|
- uses: actions/upload-artifact@v2.1.1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
## Origin
|
## Origin
|
||||||
|
|
||||||
Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli javascript version](https://github.com/SukkaW/nali-cli).
|
Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli js 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.
|
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.
|
||||||
|
|
||||||
@ -63,8 +63,6 @@ docker pull docker.pkg.github.com//zu1k/nali/nali:latest
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
<a href="https://asciinema.org/a/RFVaZ3Pwy0Qbr27msFcDYhwcD" target="_blank"><img width="520" src="https://asciinema.org/a/RFVaZ3Pwy0Qbr27msFcDYhwcD.svg" /></a>
|
|
||||||
|
|
||||||
### Query a simple IP address
|
### Query a simple IP address
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -62,8 +62,6 @@ docker pull docker.pkg.github.com//zu1k/nali/nali:latest
|
|||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
|
|
||||||
<a href="https://asciinema.org/a/RFVaZ3Pwy0Qbr27msFcDYhwcD" target="_blank"><img width="520" src="https://asciinema.org/a/RFVaZ3Pwy0Qbr27msFcDYhwcD.svg" /></a>
|
|
||||||
|
|
||||||
### 查询一个IP的地理信息
|
### 查询一个IP的地理信息
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user