All Projects → SukkaW → Nali

SukkaW / Nali

Licence: other
🔧 An IP Geolocation Lookup Utils

Projects that are alternatives of or similar to Nali

iploc
每秒百万高性能IP查询库,使用纯真IP库,国内省、市、县,qqwry.dat转换工具:GBK转为UTF-8
Stars: ✭ 55 (+243.75%)
Mutual labels:  qqwry
qqwry.dat
纯真IP地址数据库镜像,mirror of qqwry.dat
Stars: ✭ 359 (+2143.75%)
Mutual labels:  qqwry
QQWry
Delphi interface for QQWry IP database
Stars: ✭ 14 (-12.5%)
Mutual labels:  qqwry
ipd
查询ip地理信息,多种查询模式,高效,具有缓存机制,并可使用elasticsearch构建自己的ip数据库
Stars: ✭ 24 (+50%)
Mutual labels:  qqwry

Depracated

Please use Nali CLI instead.


Nali

Installation

$ ./configure
$ make
$ [sudo] make install

Usage

Nali required related packages installed. For example, in order to use nali-dig and nali-nslookup you need to have dig (dnsutils) installed.

$ nali [IP] # Get IP Geolocation Informatiuon
$ ... | nali # Parse IP from other commands' output
$ nali-update # Update QQWry.Dat From QQWry Mirror
$ nali-ping # The same as 'ping | nali'
$ nali-dig # The same as 'dig | nali'
$ nali-traceroute # The same as 'traceroute | nali'
$ nali-tracepath # The same as 'tracepath | nali'
$ nali-nslookup # The same as 'nslookup | nali'

Copyright

The original version of Nali was made by <https://www.surfchen.org/nali>, optimized by Meteoral. What you are looking at now is a fork version of Meteoral/Nali modified by SukkaW, who is maintaining a qqwry-mirror and add that mirror to Nali.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].