Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.
/ Nali Public archive
forked from meteoral/Nali

🔧 An IP Geolocation Lookup Utils

License

Notifications You must be signed in to change notification settings

SukkaW/Nali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 84.3%
  • Makefile 7.4%
  • Other 7.1%
  • Shell 1.2%