1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 05:39:03 +08:00

update readme

This commit is contained in:
zu1k 2020-07-18 10:06:17 +08:00
parent d480697654
commit a120e91d46

View File

@ -123,6 +123,22 @@ bash abc.sh | nali
Nali will insert ip information after ip Nali will insert ip information after ip
### IPV6 support
Use like ipv4
```
➜ ~ nslookup google.com | nali
Server: 127.0.0.53 [局域网 IP]
Address: 127.0.0.53 [局域网 IP]#53
Non-authoritative answer:
Name: google.com
Address: 216.58.211.110 [美国 Google全球边缘网络]
Name: google.com
Address: 2a00:1450:400e:809::200e [荷兰Amsterdam Google Inc. 服务器网段]
```
## Interface ## Interface
### Help ### Help